muctab: fix command_affiliation docstring

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-02-05 00:45:38 +00:00
parent e5bc466b27
commit 42b87268b3
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -1580,7 +1580,7 @@ class MucTab(ChatTab):
@command_args_parser.quoted(2)
def command_affiliation(self, args):
"""
/affiliation <nick> <role>
/affiliation <nick or jid> <affiliation>
Changes the affiliation of an user
affiliations can be: outcast, none, member, admin, owner
"""