Mercurial > xib
comparison bridge.py @ 155:63db565438bd
fixed the halt command
Signed-off-by: Charly COSTE <changaco@changaco.net>
author | Charly COSTE <changaco@changaco.net> |
---|---|
date | Sun, 17 Jan 2010 23:24:00 +0100 |
parents | 17305e57f71d |
children | 271c35321497 |
comparison
equal
deleted
inserted
replaced
154:25f6778b8841 | 155:63db565438bd |
---|---|
412 self.xmpp_room = None | 412 self.xmpp_room = None |
413 | 413 |
414 # Delete participants objects | 414 # Delete participants objects |
415 for p in self.participants: | 415 for p in self.participants: |
416 p.leave(message) | 416 p.leave(message) |
417 del p | |
418 self.participants = [] | 417 self.participants = [] |
419 | 418 |
420 | 419 |
421 def __str__(self): | 420 def __str__(self): |
422 return self.irc_room+'@'+self.irc_server+' <-> '+self.xmpp_room_jid | 421 return self.irc_room+'@'+self.irc_server+' <-> '+self.xmpp_room_jid |