Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
5e0c4f5d5c add plural-affirmative aliases for /me 2019-06-01 11:24:08 -04:00

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)