Mercurial > xib
changeset 275:09a5bde70919 default tip master
minor fix in Participant
Signed-off-by: Changaco <changaco ατ changaco δοτ net>
| author | Changaco <changaco ατ changaco δοτ net> |
|---|---|
| date | Wed, 05 May 2010 23:36:13 +0200 |
| parents | fa5375057658 |
| children | |
| files | participant.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/participant.py Tue Apr 13 11:46:02 2010 +0200 +++ b/participant.py Wed May 05 23:36:13 2010 +0200 @@ -102,7 +102,7 @@ except xmpp.muc.RemoteServerNotFound: self.bridge._RemoteServerNotFound_handler() - self._close_xmpp_connection() + self._close_xmpp_connection('') def create_duplicate_on_irc(self):
