Mercurial > xib
comparison bridge.py @ 122:9e90e15913a7
bug fixes
Signed-off-by: Charly COSTE <changaco@changaco.net>
author | Charly COSTE <changaco@changaco.net> |
---|---|
date | Wed, 13 Jan 2010 22:22:50 +0100 |
parents | de00bbe026a7 |
children | 75a03f10a863 |
comparison
equal
deleted
inserted
replaced
121:765e460bc20a | 122:9e90e15913a7 |
---|---|
292 was_on_both = False | 292 was_on_both = False |
293 elif left_protocol == 'irc': | 293 elif left_protocol == 'irc': |
294 try: | 294 try: |
295 p.irc_connection.join(self.irc_room) | 295 p.irc_connection.join(self.irc_room) |
296 except: | 296 except: |
297 p._close_irc_connection() | 297 p._close_irc_connection(leave_message) |
298 p.createDuplicateOnIRC() | 298 p.createDuplicateOnIRC() |
299 return | 299 return |
300 | 300 |
301 elif p.protocol == 'irc': | 301 elif p.protocol == 'irc': |
302 if p.xmpp_c == 'both': | 302 if p.xmpp_c == 'both': |