summaryrefslogtreecommitdiff
path: root/src/multiuserchat.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/multiuserchat.py')
-rw-r--r--src/multiuserchat.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/multiuserchat.py b/src/multiuserchat.py
index 8fb510f7..bd60641e 100644
--- a/src/multiuserchat.py
+++ b/src/multiuserchat.py
@@ -223,7 +223,6 @@ class MultiUserChat(object):
def on_presence(self, presence):
"""Receive a MUC presence notification"""
from_ = presence.getFrom().__str__()
-
if get_stripped_jid(from_) in self.rooms:
self.handler.emit('on-muc-presence-changed',
jid=from_.encode('utf-8'),