Fix previous commit
This commit is contained in:
parent
35a7e02f81
commit
e80c78ba36
@ -2979,7 +2979,7 @@ def game_stats(cli, nick, chan, rest):
|
|||||||
|
|
||||||
# Attempt to find game stats for the given game size.
|
# Attempt to find game stats for the given game size.
|
||||||
if chan == nick:
|
if chan == nick:
|
||||||
pm(nick, var.get_game_stats(int(rest)))
|
pm(cli, nick, var.get_game_stats(int(rest)))
|
||||||
else:
|
else:
|
||||||
cli.msg(chan, var.get_game_stats(int(rest)))
|
cli.msg(chan, var.get_game_stats(int(rest)))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user