diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2019-02-05 00:45:38 +0000 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2019-02-05 00:45:38 +0000 |
commit | 42b87268b39557aa4cd0bac11f7d2bc760dbd38f (patch) | |
tree | b1deb9cf721dffa3e23e2839b1fd413c148e1585 | |
parent | e5bc466b2751b2a2b3dfe5a3ef34e34cf0e79392 (diff) | |
download | poezio-42b87268b39557aa4cd0bac11f7d2bc760dbd38f.tar.gz poezio-42b87268b39557aa4cd0bac11f7d2bc760dbd38f.tar.bz2 poezio-42b87268b39557aa4cd0bac11f7d2bc760dbd38f.tar.xz poezio-42b87268b39557aa4cd0bac11f7d2bc760dbd38f.zip |
muctab: fix command_affiliation docstring
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
-rw-r--r-- | poezio/tabs/muctab.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/tabs/muctab.py b/poezio/tabs/muctab.py index de85cf0b..80631388 100644 --- a/poezio/tabs/muctab.py +++ b/poezio/tabs/muctab.py @@ -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 """ |