Skip to content
Snippets Groups Projects
Commit 63eb866b authored by Dicson's avatar Dicson
Browse files

output style.

parent 07dd2cf4
No related branches found
No related tags found
No related merge requests found
......@@ -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'):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment