From fa85470329f2862e564dd51c01be5b1ff34b4b4f Mon Sep 17 00:00:00 2001 From: jamesbunton Date: Sun, 24 Sep 2006 03:19:28 +0000 Subject: [PATCH] Should fix PyMSNt not responding error. git-svn-id: http://delx.cjb.net/svn/pymsnt/trunk@227 55fbd22a-6204-0410-b2f0-b6c764c7e90a committer: jamesbunton --- src/legacy/msn/msnw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2