output style.
This commit is contained in:
parent
07dd2cf433
commit
63eb866b71
|
@ -129,8 +129,8 @@ class StandardCommonCommands(CommandContainer):
|
||||||
@doc(_("""
|
@doc(_("""
|
||||||
Set the current status
|
Set the current status
|
||||||
|
|
||||||
Status can be given as one of the following values: online, away,
|
Status can be given as one of the following values:
|
||||||
chat, xa, dnd.
|
online, away, chat, xa, dnd.
|
||||||
"""))
|
"""))
|
||||||
def status(self, status, message):
|
def status(self, status, message):
|
||||||
if status not in ('online', 'away', 'chat', 'xa', 'dnd'):
|
if status not in ('online', 'away', 'chat', 'xa', 'dnd'):
|
||||||
|
|
Loading…
Reference in New Issue