Fix minor oversight in commit baa3831

This commit is contained in:
nyuszika7h 2015-04-15 23:12:09 +02:00
parent 1db767cafa
commit a03b585bde

View File

@ -1197,7 +1197,7 @@ def join_timer_handler(cli):
cli.msg(botconfig.CHANNEL, "PING! {0} player{1}! {2}".format( cli.msg(botconfig.CHANNEL, "PING! {0} player{1}! {2}".format(
len(pl), "" if len(pl) == 1 else "s", " ".join(to_ping))) len(pl), "" if len(pl) == 1 else "s", " ".join(to_ping)))
cli.who(botconfig.CHANNEL, "%nushaf") cli.who(botconfig.CHANNEL, "%uhsnfa")
@cmd("join", "j", none=True, join=True) @cmd("join", "j", none=True, join=True)
def join(cli, nick, chan, rest): def join(cli, nick, chan, rest):