From 53c37af8f6ad061ae2862983160099df0ccc68cc Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 20 Oct 2003 03:44:10 +0000 Subject: [PATCH] Added an update to UptimesDB in __init__. --- plugins/Status.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Status.py b/plugins/Status.py index 7a7789590..bd669e664 100644 --- a/plugins/Status.py +++ b/plugins/Status.py @@ -113,6 +113,7 @@ class Status(callbacks.Privmsg): self.recvdBytes = 0 self.uptimes = UptimeDB() self.uptimes.add() + self.uptimes.update() def inFilter(self, irc, msg): self.uptimes.update()