Small fix in player_stats().
This commit is contained in:
parent
8a3cc33794
commit
dd80dbb7ca
@ -3029,7 +3029,7 @@ def player_stats(cli, nick, chan, rest):
|
|||||||
cli.notice(nick, "{0} is not identified with NickServ.".format(user))
|
cli.notice(nick, "{0} is not identified with NickServ.".format(user))
|
||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
acc = params[0]
|
acc = user
|
||||||
|
|
||||||
# List the player's total games for all roles if no role is given
|
# List the player's total games for all roles if no role is given
|
||||||
if len(params) < 2:
|
if len(params) < 2:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user