Added Irc objects creation time

This commit is contained in:
Digital-Lemon 2012-06-30 02:32:49 +02:00
parent 4a6d7fdb8e
commit 51ef07caf5
1 changed files with 1 additions and 0 deletions

View File

@ -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()