This commit is contained in:
shoopea 2019-05-16 20:41:28 +08:00
parent 0d42524e6d
commit 625330f484

View File

@ -48,6 +48,7 @@ var (
MQCWMsgQueue chan ChatWarsMessage
SQLMsgIdentifyQueue chan int64
TGCmdQueue chan TGCommand
MQTGCmdQueue chan TGCommand
msgParsingRules map[int]MessageParsingRule
)