mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-25 19:44:13 +01:00
Fixed bugz0rs.
This commit is contained in:
parent
b0559e3d75
commit
680729ffda
@ -84,9 +84,11 @@ class SupyIrcProtocol(LineReceiver):
|
|||||||
self.factory.irc.driver = self
|
self.factory.irc.driver = self
|
||||||
|
|
||||||
def die(self):
|
def die(self):
|
||||||
|
self.factory.continueTrying = False
|
||||||
self.transport.loseConnection()
|
self.transport.loseConnection()
|
||||||
|
|
||||||
reconnect = die
|
def reconnect(self):
|
||||||
|
self.transport.loseConnection()
|
||||||
|
|
||||||
|
|
||||||
class SupyReconnectingFactory(ReconnectingClientFactory):
|
class SupyReconnectingFactory(ReconnectingClientFactory):
|
||||||
|
Loading…
Reference in New Issue
Block a user