test callback
This commit is contained in:
parent
9036da160a
commit
cce3c11f5c
@ -318,6 +318,7 @@ func SQLCWMsgWorker(id int, msgs <-chan ChatWarsMessage, objIds chan<- int64) {
|
||||
log.Printf("SQLCWMsgWorker[%d] (%d) : Callback : %s : %s\n", id, m.ID64, c.Name, string(c.Data))
|
||||
if c.Name == `📯Arena` {
|
||||
log.Printf("SQLCWMsgWorker[%d] (%d) : Callback : Arena spotted\n", id, m.ID64)
|
||||
clientCallback(m.TGUserID64, m.ID64, m.ChatID64, c.Name, c.Data)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user