From ba33b32bb905634c43a0b09ec4e50478a55137f0 Mon Sep 17 00:00:00 2001 From: shoopea Date: Thu, 21 Jan 2021 15:12:04 +0100 Subject: [PATCH] fix --- bot.go | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/bot.go b/bot.go index a2599d5..8f9a01e 100644 --- a/bot.go +++ b/bot.go @@ -833,17 +833,6 @@ func botShops(m *ChatWarsMessage) { } func botBrewItem(m *ChatWarsMessage, r *regexp.Regexp) { - if hasUnfinishedJob(cacheObjSubType[`job_brew_item`]) { - c := TGCommand{ - Type: commandReplyMsg, - Text: "Brew Item is already running", - FromMsgID64: m.ID64, - FromChatID64: m.ChatID64, - } - TGCmdQueue <- c - return - } - clt, err := getLockedIdleClient() if err != nil { c := TGCommand{