@ -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
}
The note is not visible to the blocked user.