From 947632679dc2a1f5f18c22fb5e69e6421d328eb6 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 2 Jun 2019 21:51:00 +0800 Subject: [PATCH] test --- obj.go | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/obj.go b/obj.go index 2e130b6..62add67 100644 --- a/obj.go +++ b/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 } }