output style.

This commit is contained in:
Denis Fomin 2012-09-23 23:59:26 +04:00
parent 07dd2cf433
commit 63eb866b71
1 changed files with 2 additions and 2 deletions

View File

@ -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'):