mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Small update.
This commit is contained in:
parent
84ea24d27f
commit
129b8a212b
@ -74,10 +74,10 @@ class SupyIrcProtocol(LineReceiver):
|
||||
|
||||
def connectionLost(self, r):
|
||||
self.mostRecentCall.cancel()
|
||||
if not r.check(error.ConnectionDone):
|
||||
drivers.log.disconnect(self.factory.currentServer, errorMsg(r))
|
||||
else:
|
||||
if r.check(error.ConnectionDone):
|
||||
drivers.log.disconnect(self.factory.currentServer)
|
||||
else:
|
||||
drivers.log.disconnect(self.factory.currentServer, errorMsg(r))
|
||||
if self.irc.zombie:
|
||||
# Let's take and take and take until our IRC is DESTROYED!
|
||||
x = 1
|
||||
|
Loading…
Reference in New Issue
Block a user