# HG changeset patch # User Changaco # Date 1273095373 -7200 # Node ID 09a5bde7091997ccafcc3775d4df834c1a603177 # Parent fa53750576580d062b3e0a8cc1c0f627c4f453ba minor fix in Participant Signed-off-by: Changaco diff -r fa5375057658 -r 09a5bde70919 participant.py --- 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):