diff --git a/bot.go b/bot.go index e413687..3b5bc81 100644 --- a/bot.go +++ b/bot.go @@ -1097,7 +1097,7 @@ func botGetStash(m *ChatWarsMessage, r *regexp.Regexp) { if c.Active { p.ClientCount++ p.ClientID64 = append(p.ClientID64, c.TGUserID64) - if c.CWBusyUntil > busy { + if c.CWBusyUntil.After(busy) { busy = c.CWBusyUntil } }