]> code.delx.au - pymsnt/commitdiff
Should fix PyMSNt not responding error.
authorjamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>
Sun, 24 Sep 2006 03:19:28 +0000 (03:19 +0000)
committerjamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>
Sun, 24 Sep 2006 03:19:28 +0000 (03:19 +0000)
git-svn-id: http://delx.cjb.net/svn/pymsnt/trunk@227 55fbd22a-6204-0410-b2f0-b6c764c7e90a

committer: jamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>

src/legacy/msn/msnw.py

index da41fc56e7f5d3f3c4eeda66932ea40fe4b0eeb7..e88969042cd72092fe21c753c0ce7bd33c809144 100644 (file)
@@ -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.