From 886434272f779f9560b3f4e13e2d3b54d65384ff Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Mon, 24 Aug 2015 19:54:13 +0200 Subject: [PATCH] Remove !me alias for !mystats It conflicts with normal messages like "me too" in wolfchat, and I think it's rarely (if ever) used. --- src/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wolfgame.py b/src/wolfgame.py index abd5665..f129f3d 100644 --- a/src/wolfgame.py +++ b/src/wolfgame.py @@ -8126,7 +8126,7 @@ def player_stats(cli, nick, chan, rest): else: cli.msg(chan, message) -@cmd("mystats", "me", "m", pm=True) +@cmd("mystats", "m", pm=True) def my_stats(cli, nick, chan, rest): """Get your own stats.""" rest = rest.split()