test
This commit is contained in:
parent
255019b303
commit
947632679d
14
obj.go
14
obj.go
@ -504,12 +504,14 @@ func getObjItemID(c string, n string) int64 {
|
||||
i := v.(ChatWarsItem)
|
||||
return i.ObjID64
|
||||
} else {
|
||||
w := TGCommand{
|
||||
Type: commandSendMsg,
|
||||
Text: fmt.Sprintf("Object unknown : %s - %s\n", c, n),
|
||||
ToUserID64: cfg.Bot.Admin,
|
||||
}
|
||||
TGCmdQueue <- w
|
||||
/*
|
||||
w := TGCommand{
|
||||
Type: commandSendMsg,
|
||||
Text: fmt.Sprintf("Object unknown : %s - %s\n", c, n),
|
||||
ToUserID64: cfg.Bot.Admin,
|
||||
}
|
||||
TGCmdQueue <- w
|
||||
*/
|
||||
return 0
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user