mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-15 07:04:53 +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
|
||||
world.ircs.append(self)
|
||||
self.network = network
|
||||
self.startedAt = time.time()
|
||||
self.callbacks = callbacks
|
||||
self.state = IrcState()
|
||||
self.queue = IrcMsgQueue()
|
||||
|
Loading…
Reference in New Issue
Block a user