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