diff --git a/gajim/groupchat_control.py b/gajim/groupchat_control.py index 8e8180beb..faa02f2a8 100644 --- a/gajim/groupchat_control.py +++ b/gajim/groupchat_control.py @@ -1749,7 +1749,7 @@ class GroupchatControl(ChatControlBase): # status_code # http://www.xmpp.org/extensions/xep-0045.html#registrar-statuscodes-\ # init - if obj.status_code: + if obj.status_code and obj.nick == self.nick: if '110' in obj.status_code: # We just join the room if self.room_jid in app.automatic_rooms[self.account] and \