Small fix in player_stats().

This commit is contained in:
Yizhe Shen 2014-02-22 22:19:01 -05:00
parent 8a3cc33794
commit dd80dbb7ca

View File

@ -3029,7 +3029,7 @@ def player_stats(cli, nick, chan, rest):
cli.notice(nick, "{0} is not identified with NickServ.".format(user))
return
else:
acc = params[0]
acc = user
# List the player's total games for all roles if no role is given
if len(params) < 2: