mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Should fix jamessan's bug.
This commit is contained in:
parent
9d44399ed5
commit
8a2e50baf1
@ -472,6 +472,7 @@ class Irc(IrcCommandDispatcher):
|
|||||||
if self.outstandingPing:
|
if self.outstandingPing:
|
||||||
debug.msg('Reconnecting, ping not replied to.', 'normal')
|
debug.msg('Reconnecting, ping not replied to.', 'normal')
|
||||||
self.driver.reconnect()
|
self.driver.reconnect()
|
||||||
|
self.reset()
|
||||||
else:
|
else:
|
||||||
self.lastping = now
|
self.lastping = now
|
||||||
now = str(int(now))
|
now = str(int(now))
|
||||||
|
Loading…
Reference in New Issue
Block a user