Added an update to UptimesDB in __init__.

This commit is contained in:
Jeremy Fincher 2003-10-20 03:44:10 +00:00
parent 207ac96cdf
commit 53c37af8f6
1 changed files with 1 additions and 0 deletions

View File

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