mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Fixed double-killing ircs problem.
This commit is contained in:
parent
3c25e6f41f
commit
63c64af2e4
@ -140,7 +140,7 @@ class SocketDriver(drivers.IrcDriver):
|
||||
def die(self):
|
||||
log.info('Driver for %s dying.', self.irc)
|
||||
self.conn.close()
|
||||
self.irc.die()
|
||||
# self.irc.die() Kill off the ircs yourself, jerk!
|
||||
|
||||
def _scheduleReconnect(self):
|
||||
when = time.time() + self.reconnectWaits[self.reconnectWaitsIndex]
|
||||
|
Loading…
Reference in New Issue
Block a user