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