diff --git a/main.go b/main.go index 82c8d56..de6b4d6 100644 --- a/main.go +++ b/main.go @@ -48,6 +48,7 @@ var ( MQCWMsgQueue chan ChatWarsMessage SQLMsgIdentifyQueue chan int64 TGCmdQueue chan TGCommand + MQTGCmdQueue chan TGCommand msgParsingRules map[int]MessageParsingRule )