add plural-affirmative aliases for `/me`

This commit is contained in:
'leftie 2019-06-01 11:24:08 -04:00
parent 89276eeeb3
commit 5e0c4f5d5c
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class StandardCommonCommands(CommandContainer):
def say(self, message):
self.send(message)
@command(raw=True)
@command('we', 'us', raw=True)
@doc(_("Send action (in the third person) to the current chat"))
def me(self, action):
self.send("/me %s" % action)