Add a !players alias to !stats.

This commit is contained in:
Vgr E.Barry 2015-02-26 09:23:29 -05:00
parent 180f64e7b8
commit 079e13d10d

View File

@ -1297,7 +1297,7 @@ def on_account(cli, rnick, acc):
if nick in var.DCED_PLAYERS.keys():
var.PLAYERS[nick] = var.DCED_PLAYERS.pop(nick)
@cmd("stats", pm=True, game=True, join=True)
@cmd("stats", "players", pm=True, game=True, join=True)
def stats(cli, nick, chan, rest):
"""Displays the player statistics."""