fix the bot pinging everyone instead of just people using !pingif if DISABLE_ACCOUNTS is on
This commit is contained in:
parent
5a2a098db6
commit
3ce856818a
@ -976,6 +976,7 @@ def join_timer_handler(cli):
|
||||
nick == botnick or nick in pl):
|
||||
return
|
||||
|
||||
if host in checker:
|
||||
to_ping.append(nick)
|
||||
var.PINGED_ALREADY.add(host)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user