mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +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.server = 'unset'
|
||||
self.afterConnect = False
|
||||
self.startedAt = time.time()
|
||||
self.lastping = time.time()
|
||||
self.outstandingPing = False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user