Ping players when ending game due to error in join phase
This commit is contained in:
parent
58286e7596
commit
e8fc9f01bb
@ -7522,8 +7522,11 @@ def reset_game(cli, nick, chan, rest):
|
|||||||
if var.PHASE != "join":
|
if var.PHASE != "join":
|
||||||
stop_game(cli)
|
stop_game(cli)
|
||||||
else:
|
else:
|
||||||
|
pl = var.list_players()
|
||||||
reset_modes_timers(cli)
|
reset_modes_timers(cli)
|
||||||
reset()
|
reset()
|
||||||
|
cli.msg(botconfig.CHANNEL, "PING! {0}".format(" ".join(pl)))
|
||||||
|
|
||||||
|
|
||||||
@cmd("rules", pm=True)
|
@cmd("rules", pm=True)
|
||||||
def show_rules(cli, nick, chan, rest):
|
def show_rules(cli, nick, chan, rest):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user