mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-18 16:12:42 +01:00
Added Irc objects creation time
This commit is contained in:
parent
4a6d7fdb8e
commit
51ef07caf5
@ -615,6 +615,7 @@ class Irc(IrcCommandDispatcher):
|
|||||||
self.zombie = False
|
self.zombie = False
|
||||||
world.ircs.append(self)
|
world.ircs.append(self)
|
||||||
self.network = network
|
self.network = network
|
||||||
|
self.startedAt = time.time()
|
||||||
self.callbacks = callbacks
|
self.callbacks = callbacks
|
||||||
self.state = IrcState()
|
self.state = IrcState()
|
||||||
self.queue = IrcMsgQueue()
|
self.queue = IrcMsgQueue()
|
||||||
|
Loading…
Reference in New Issue
Block a user