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