summaryrefslogtreecommitdiff
path: root/poezio/tabs/muctab.py
diff options
context:
space:
mode:
authorMaxime “pep” Buquet <pep@bouah.net>2020-05-07 23:11:35 +0200
committerMaxime “pep” Buquet <pep@bouah.net>2020-05-07 23:11:35 +0200
commit880f024c6814b70cd97bfeeb8530df73f233c241 (patch)
tree94a1310b34bb6dbf60e5028c67ab1c3838afb5bc /poezio/tabs/muctab.py
parentfa65b1b6607771e9dd8fab25dad4798b62d51b9e (diff)
downloadpoezio-880f024c6814b70cd97bfeeb8530df73f233c241.tar.gz
poezio-880f024c6814b70cd97bfeeb8530df73f233c241.tar.bz2
poezio-880f024c6814b70cd97bfeeb8530df73f233c241.tar.xz
poezio-880f024c6814b70cd97bfeeb8530df73f233c241.zip
affiliation: fix usage string and add documentation
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'poezio/tabs/muctab.py')
-rw-r--r--poezio/tabs/muctab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/tabs/muctab.py b/poezio/tabs/muctab.py
index 9543e4c4..73359610 100644
--- a/poezio/tabs/muctab.py
+++ b/poezio/tabs/muctab.py
@@ -1601,7 +1601,7 @@ class MucTab(ChatTab):
@command_args_parser.quoted(0, 2)
def command_affiliation(self, args) -> None:
"""
- /affiliation [<nick or jid> [<affiliation>]]
+ /affiliation [<nick or jid> <affiliation>]
Changes the affiliation of a user
affiliations can be: outcast, none, member, admin, owner
"""