Should fix jamessan's bug.

This commit is contained in:
Jeremy Fincher 2003-11-18 14:22:54 +00:00
parent 9d44399ed5
commit 8a2e50baf1

View File

@ -472,6 +472,7 @@ class Irc(IrcCommandDispatcher):
if self.outstandingPing:
debug.msg('Reconnecting, ping not replied to.', 'normal')
self.driver.reconnect()
self.reset()
else:
self.lastping = now
now = str(int(now))