muctab: fix command_affiliation docstring
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
e5bc466b27
commit
42b87268b3
1 changed files with 1 additions and 1 deletions
|
@ -1580,7 +1580,7 @@ class MucTab(ChatTab):
|
||||||
@command_args_parser.quoted(2)
|
@command_args_parser.quoted(2)
|
||||||
def command_affiliation(self, args):
|
def command_affiliation(self, args):
|
||||||
"""
|
"""
|
||||||
/affiliation <nick> <role>
|
/affiliation <nick or jid> <affiliation>
|
||||||
Changes the affiliation of an user
|
Changes the affiliation of an user
|
||||||
affiliations can be: outcast, none, member, admin, owner
|
affiliations can be: outcast, none, member, admin, owner
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue