change ambush forward
This commit is contained in:
parent
524b9a3b5e
commit
cb69e305b5
1
def.go
1
def.go
@ -11,6 +11,7 @@ import (
|
||||
|
||||
const maxUnixTimestamp int64 = 2147483647
|
||||
const chtwrsbotID64 int64 = 408101137
|
||||
const angrybirbsbotID64 int64 = 833409972
|
||||
|
||||
type DataBackup struct {
|
||||
Messages []ChatWarsMessage `json:"messages"`
|
||||
|
@ -393,7 +393,7 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) {
|
||||
FromUserID64: m.TGUserID64,
|
||||
FromMsgID64: m.ID64,
|
||||
FromChatID64: m.ChatID64,
|
||||
ToChatID64: cfg.Bot.Mainchat,
|
||||
ToChatID64: angrybirbsbotID64,
|
||||
}
|
||||
MQTGCmdQueue <- s
|
||||
} else if m.ChatID64 == cfg.Bot.Mainchat {
|
||||
|
Loading…
Reference in New Issue
Block a user