From 98d6fc1ce62e3707f13c79e505b7201710ae199e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 5 Oct 2012 15:58:15 -0400 Subject: [PATCH] Reset status on server disconnect. --- irkerd | 1 + 1 file changed, 1 insertion(+) diff --git a/irkerd b/irkerd index 313ba40..1cb1c0f 100755 --- a/irkerd +++ b/irkerd @@ -141,6 +141,7 @@ class Connection: def handle_disconnect(self): "Server disconnected us for flooding or some other reason." self.connection = None + self.status = "disconnected" def handle_kick(self, outof): "We've been kicked." self.status = "handshaking" -- 2.26.2