fix rerun
This commit is contained in:
parent
614dc8333e
commit
1ceaa20265
3
bot.go
3
bot.go
@ -833,6 +833,7 @@ func botShops(m *ChatWarsMessage) {
|
||||
}
|
||||
|
||||
func botBrewItem(m *ChatWarsMessage, r *regexp.Regexp) {
|
||||
/*
|
||||
if hasUnfinishedJob(cacheObjSubType[`job_brew_item`]) {
|
||||
c := TGCommand{
|
||||
Type: commandReplyMsg,
|
||||
@ -843,7 +844,7 @@ func botBrewItem(m *ChatWarsMessage, r *regexp.Regexp) {
|
||||
TGCmdQueue <- c
|
||||
return
|
||||
}
|
||||
|
||||
*/
|
||||
clt, err := getLockedIdleClient()
|
||||
if err != nil {
|
||||
c := TGCommand{
|
||||
|
Loading…
Reference in New Issue
Block a user