Allow using !stats in PM

This commit is contained in:
nyuszika7h 2013-10-16 22:34:28 +02:00
parent dcb7016b2f
commit 180d36851e

View File

@ -495,6 +495,7 @@ def on_account(cli, nick, acc):
var.USERS[nick]["account"] = acc
@cmd("stats")
@pmcmd("stats")
def stats(cli, nick, chan, rest):
"""Display the player statistics"""
if var.PHASE == "none":