summaryrefslogtreecommitdiff
path: root/poezio/tabs/muctab.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/tabs/muctab.py')
-rw-r--r--poezio/tabs/muctab.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/poezio/tabs/muctab.py b/poezio/tabs/muctab.py
index b68411d5..f1bebe10 100644
--- a/poezio/tabs/muctab.py
+++ b/poezio/tabs/muctab.py
@@ -94,10 +94,6 @@ class MucTab(ChatTab):
def general_jid(self):
return self.name
- @property
- def is_muc(self):
- return True
-
def check_send_chat_state(self):
"If we should send a chat state"
return self.joined