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:
parent
82ef99b837
commit
886434272f
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user