Remove !me alias for !mystats

It conflicts with normal messages like "me too" in wolfchat, and I think
it's rarely (if ever) used.
This commit is contained in:
nyuszika7h 2015-08-24 19:54:13 +02:00
parent 82ef99b837
commit 886434272f

View File

@ -8126,7 +8126,7 @@ def player_stats(cli, nick, chan, rest):
else: else:
cli.msg(chan, message) cli.msg(chan, message)
@cmd("mystats", "me", "m", pm=True) @cmd("mystats", "m", pm=True)
def my_stats(cli, nick, chan, rest): def my_stats(cli, nick, chan, rest):
"""Get your own stats.""" """Get your own stats."""
rest = rest.split() rest = rest.split()