Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-03-02 20:40:12 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-03-02 20:46:28 +0300
commit6563d23f382526b901947f5166aab14f5e9cfcbe (patch)
treeaab37a7284947e980771b0fef545295a2b200550 /web/service
parent3a46c3302be4d44d4d7f742683b6f88d10b1ddbd (diff)
Enhance CheckClientIpJob #1964
Diffstat (limited to 'web/service')
-rw-r--r--web/service/tgbot.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/service/tgbot.go b/web/service/tgbot.go
index 87445a9a..30d19dba 100644
--- a/web/service/tgbot.go
+++ b/web/service/tgbot.go
@@ -1560,8 +1560,6 @@ func (t *Tgbot) sendBackup(chatId int64) {
} else {
logger.Error("Error in opening config.json file for backup: ", err)
}
-
- t.sendBanLogs(chatId, false)
}
func (t *Tgbot) sendBanLogs(chatId int64, dt bool) {