diff --git a/src/irclib.py b/src/irclib.py index 9643b7f78..85482ac70 100644 --- a/src/irclib.py +++ b/src/irclib.py @@ -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()