chatter: do not respect timers while discconnecting bot (ref #424 )

combat: tweaked combat behavior a little (do not use strafe in narrow places)
This commit is contained in:
jeefo 2023-04-03 11:55:01 +03:00
commit 38f2716edb
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
4 changed files with 20 additions and 13 deletions

View file

@ -1488,7 +1488,7 @@ void Bot::kick () {
}
void Bot::markStale () {
showChaterIcon (false);
showChaterIcon (false, true);
// clear the bot name
conf.clearUsedName (this);