mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +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
|
||||
|
||||
def die(self):
|
||||
self.factory.continueTrying = False
|
||||
self.transport.loseConnection()
|
||||
|
||||
reconnect = die
|
||||
def reconnect(self):
|
||||
self.transport.loseConnection()
|
||||
|
||||
|
||||
class SupyReconnectingFactory(ReconnectingClientFactory):
|
||||
|
Loading…
Reference in New Issue
Block a user