mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Reset network uptime on reconnection as well
This commit is contained in:
parent
774158f2ec
commit
be6116f958
@ -910,6 +910,7 @@ class Irc(IrcCommandDispatcher):
|
|||||||
self.lastTake = 0
|
self.lastTake = 0
|
||||||
self.server = 'unset'
|
self.server = 'unset'
|
||||||
self.afterConnect = False
|
self.afterConnect = False
|
||||||
|
self.startedAt = time.time()
|
||||||
self.lastping = time.time()
|
self.lastping = time.time()
|
||||||
self.outstandingPing = False
|
self.outstandingPing = False
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user