Fix previous commit

This commit is contained in:
nyuszika7h 2014-02-21 10:35:21 +01:00
parent 35a7e02f81
commit e80c78ba36

View File

@ -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)))