fix bot pinging fake players after !fstop
This commit is contained in:
parent
5d0021de7d
commit
fde2ce94db
@ -6545,7 +6545,7 @@ def reset_game(cli, nick, chan, rest):
|
|||||||
if var.PHASE != "join":
|
if var.PHASE != "join":
|
||||||
stop_game(cli, log=False)
|
stop_game(cli, log=False)
|
||||||
else:
|
else:
|
||||||
pl = list_players()
|
pl = [p for p in list_players() if not is_fake_nick(p)]
|
||||||
reset_modes_timers(cli)
|
reset_modes_timers(cli)
|
||||||
reset()
|
reset()
|
||||||
cli.msg(botconfig.CHANNEL, "PING! {0}".format(" ".join(pl)))
|
cli.msg(botconfig.CHANNEL, "PING! {0}".format(" ".join(pl)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user