From 87253c461a7276aa6357046a531f15ad65feb696 Mon Sep 17 00:00:00 2001 From: Dimitur Kirov Date: Fri, 28 Apr 2006 18:42:18 +0000 Subject: [PATCH] reset on_purpose var, when we manually change our status to !offline --- src/common/connection.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/connection.py b/src/common/connection.py index 3dce53fe6..f376f924b 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -545,6 +545,7 @@ class Connection(ConnectionHandlers): # set old_show to requested 'show' in case we need to # recconect before we auth to server self.old_show = show + self.on_purpose = False self.connect_and_init(show, msg, signed) elif show == 'offline' and self.connected: