summaryrefslogtreecommitdiff
path: root/poezio/tabs/muctab.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2017-10-13 01:18:22 +0200
committermathieui <mathieui@mathieui.net>2017-10-13 01:18:22 +0200
commitbacbd835eb799f33e3d449bd7803458db6a99d51 (patch)
tree479a6d4a169b20a17c26784659502d4e7e402276 /poezio/tabs/muctab.py
parent69f29969adcd97db8a1ab54ef2bbd5ec7f29a07e (diff)
downloadpoezio-bacbd835eb799f33e3d449bd7803458db6a99d51.tar.gz
poezio-bacbd835eb799f33e3d449bd7803458db6a99d51.tar.bz2
poezio-bacbd835eb799f33e3d449bd7803458db6a99d51.tar.xz
poezio-bacbd835eb799f33e3d449bd7803458db6a99d51.zip
Fix more pylint errors
Diffstat (limited to 'poezio/tabs/muctab.py')
-rw-r--r--poezio/tabs/muctab.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/poezio/tabs/muctab.py b/poezio/tabs/muctab.py
index 2942ba77..ce43dd0e 100644
--- a/poezio/tabs/muctab.py
+++ b/poezio/tabs/muctab.py
@@ -208,6 +208,10 @@ class MucTab(ChatTab):
def is_muc(self):
return True
+ def check_send_chat_state(self):
+ "If we should send a chat state"
+ return self.joined
+
@property
def last_connection(self):
last_message = self._text_buffer.last_message