Dont show joined message on status change
This commit is contained in:
parent
10faa940c6
commit
0c1a271e7a
|
@ -1858,6 +1858,7 @@ class GroupchatControl(ChatControlBase):
|
||||||
# init
|
# init
|
||||||
if obj.status_code and obj.nick == self.nick:
|
if obj.status_code and obj.nick == self.nick:
|
||||||
if '110' in obj.status_code:
|
if '110' in obj.status_code:
|
||||||
|
if not self.is_connected:
|
||||||
# We just join the room
|
# We just join the room
|
||||||
self.print_conversation(
|
self.print_conversation(
|
||||||
_('You (%s) joined the room') % self.nick,
|
_('You (%s) joined the room') % self.nick,
|
||||||
|
|
Loading…
Reference in New Issue