Compare commits
1 commit
v1.1.3-plu
...
v1.1.2-plu
Author | SHA1 | Date | |
---|---|---|---|
5e0c4f5d5c |
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class StandardCommonCommands(CommandContainer):
|
||||||
def say(self, message):
|
def say(self, message):
|
||||||
self.send(message)
|
self.send(message)
|
||||||
|
|
||||||
@command(raw=True)
|
@command('we', 'us', raw=True)
|
||||||
@doc(_("Send action (in the third person) to the current chat"))
|
@doc(_("Send action (in the third person) to the current chat"))
|
||||||
def me(self, action):
|
def me(self, action):
|
||||||
self.send("/me %s" % action)
|
self.send("/me %s" % action)
|
||||||
|
|
Loading…
Add table
Reference in a new issue