From 9ab0d250f4c1a7c9d525518076973c8f42bf8a70 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 20 Mar 2021 21:01:09 +0100 Subject: fix: uniformize command_say signature --- poezio/tabs/muctab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/tabs/muctab.py') diff --git a/poezio/tabs/muctab.py b/poezio/tabs/muctab.py index b6360e92..1991d70c 100644 --- a/poezio/tabs/muctab.py +++ b/poezio/tabs/muctab.py @@ -1709,7 +1709,7 @@ class MucTab(ChatTab): return None @command_args_parser.raw - def command_say(self, line: str, correct: bool = False) -> None: + def command_say(self, line: str, attention: bool = False, correct: bool = False): """ /say Or normal input + enter -- cgit v1.2.3