From: jamesbunton Date: Sun, 24 Sep 2006 03:19:28 +0000 (+0000) Subject: Should fix PyMSNt not responding error. X-Git-Url: https://code.delx.au/pymsnt/commitdiff_plain/fa85470329f2862e564dd51c01be5b1ff34b4b4f?hp=0b0f7c21f7061faab58e4666e79b148366e1db74 Should fix PyMSNt not responding error. git-svn-id: http://delx.cjb.net/svn/pymsnt/trunk@227 55fbd22a-6204-0410-b2f0-b6c764c7e90a committer: jamesbunton --- diff --git a/src/legacy/msn/msnw.py b/src/legacy/msn/msnw.py index da41fc5..e889690 100644 --- a/src/legacy/msn/msnw.py +++ b/src/legacy/msn/msnw.py @@ -709,7 +709,7 @@ class OneSwitchboardSession(SwitchboardSessionBase): def userJoined(self, userHandle, screenName=''): LogEvent(INFO, self.ident) - if not self.reply: + if not self.reply and not self.ready: self._ready() if userHandle != self.remoteUser: # Another user has joined, so we now have three participants.