# HG changeset patch # User Changaco # Date 1273095373 -7200 # Node ID 09a5bde7091997ccafcc3775d4df834c1a603177 # Parent fa53750576580d062b3e0a8cc1c0f627c4f453ba minor fix in Participant Signed-off-by: Changaco diff --git a/participant.py b/participant.py --- a/participant.py +++ b/participant.py @@ -102,7 +102,7 @@ class Participant: except xmpp.muc.RemoteServerNotFound: self.bridge._RemoteServerNotFound_handler() - self._close_xmpp_connection() + self._close_xmpp_connection('') def create_duplicate_on_irc(self):