Skip to content
Snippets Groups Projects
Commit 87253c46 authored by dkirov's avatar dkirov
Browse files

reset on_purpose var, when we manually change

our status to !offline
parent 173c81ad
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment