From c1a62ac8978484fc5ef0100f1d1edada2c01be3e Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Wed, 24 Nov 2010 06:03:51 +0000 Subject: fix the comment, too --- src/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core.py b/src/core.py index 82fae234..fdb77343 100644 --- a/src/core.py +++ b/src/core.py @@ -420,7 +420,7 @@ class Core(object): # Differentiate both type of messages, and call the appropriate handler. jid_from = message['from'] for tab in self.tabs: - if tab.get_name() == jid_from.full: # check all the MUC we are in + if tab.get_name() == jid_from.full: if message['type'] == 'error': return self.room_error(message, tab.get_room().name) else: -- cgit v1.2.3