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