summaryrefslogtreecommitdiff
path: root/poezio/tabs/muctab.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2021-03-20 21:01:09 +0100
committermathieui <mathieui@mathieui.net>2021-04-02 17:44:36 +0200
commit9ab0d250f4c1a7c9d525518076973c8f42bf8a70 (patch)
tree620790e4404706e180516e84cf6e6dfe0b844345 /poezio/tabs/muctab.py
parent71ee1b85aa83131ab782bf48d619a5ff8f68d413 (diff)
downloadpoezio-9ab0d250f4c1a7c9d525518076973c8f42bf8a70.tar.gz
poezio-9ab0d250f4c1a7c9d525518076973c8f42bf8a70.tar.bz2
poezio-9ab0d250f4c1a7c9d525518076973c8f42bf8a70.tar.xz
poezio-9ab0d250f4c1a7c9d525518076973c8f42bf8a70.zip
fix: uniformize command_say signature
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 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 <message>
Or normal input + enter