From 880f024c6814b70cd97bfeeb8530df73f233c241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Thu, 7 May 2020 23:11:35 +0200 Subject: affiliation: fix usage string and add documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- poezio/tabs/muctab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/tabs') 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 [ []] + /affiliation [ ] Changes the affiliation of a user affiliations can be: outcast, none, member, admin, owner """ -- cgit v1.2.3