summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-07-26 00:33:48 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-07-26 00:33:48 +0000
commit32925f51f2fc26a447ce8ae29d9653caac8af2c2 (patch)
tree9447ae5aa301a017222a902ab4401d456879d2b7 /src
parentce7689f7db095324836af970e43d001e508b9c07 (diff)
downloadpoezio-32925f51f2fc26a447ce8ae29d9653caac8af2c2.tar.gz
poezio-32925f51f2fc26a447ce8ae29d9653caac8af2c2.tar.bz2
poezio-32925f51f2fc26a447ce8ae29d9653caac8af2c2.tar.xz
poezio-32925f51f2fc26a447ce8ae29d9653caac8af2c2.zip
Do not display the 'is in the room' message, because it's useless: just take a look at the user list.
Diffstat (limited to 'src')
-rw-r--r--src/gui.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui.py b/src/gui.py
index 26a4a00b..7a26f59a 100644
--- a/src/gui.py
+++ b/src/gui.py
@@ -441,8 +441,6 @@ class Gui(object):
if from_nick.encode('utf-8') == room.own_nick:
room.joined = True
self.add_message_to_room(room, _("Your nickname is %s") % (from_nick))
- else:
- self.add_message_to_room(room, _("%s is in the room") % (from_nick))
else:
change_nick = stanza.getStatusCode() == '303'
kick = stanza.getStatusCode() == '307'