diff --git a/plugins/Status.py b/plugins/Status.py index e3f2896d0..7a7789590 100644 --- a/plugins/Status.py +++ b/plugins/Status.py @@ -115,6 +115,7 @@ class Status(callbacks.Privmsg): self.uptimes.add() def inFilter(self, irc, msg): + self.uptimes.update() self.recvdMsgs += 1 self.recvdBytes += len(msg) return msg