From 5be31ada110fd04a75afeb7ecc8308950264ba67 Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 17 May 2019 16:13:14 +0800 Subject: [PATCH] test --- workers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workers.go b/workers.go index 31a9110..2cb0190 100644 --- a/workers.go +++ b/workers.go @@ -334,7 +334,7 @@ func MQTidyKeepAliveWorker() { Text: "Timeout, purging and closing command queue.", } TGCmdQueue <- c - c := TGCommand{ + c = TGCommand{ Type: commandSendMsg, ToUserID64: cfg.Bot.Admin, Text: fmt.Sprintf("Client %s timed out (%d messages purged).", v.Nickname, msgs),