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.
|
||||
if chan == nick:
|
||||
pm(nick, var.get_game_stats(int(rest)))
|
||||
pm(cli, nick, var.get_game_stats(int(rest)))
|
||||
else:
|
||||
cli.msg(chan, var.get_game_stats(int(rest)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user