mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Added a wait keyword argument.
This commit is contained in:
parent
516d130f1e
commit
96fa5e42d5
@ -85,7 +85,8 @@ class SupyIrcProtocol(LineReceiver):
|
|||||||
self.factory.continueTrying = False
|
self.factory.continueTrying = False
|
||||||
self.transport.loseConnection()
|
self.transport.loseConnection()
|
||||||
|
|
||||||
def reconnect(self):
|
def reconnect(self, wait=None):
|
||||||
|
# We ignore wait here, because we handled our own waiting.
|
||||||
drivers.log.reconnect(self.irc.network)
|
drivers.log.reconnect(self.irc.network)
|
||||||
self.transport.loseConnection()
|
self.transport.loseConnection()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user