mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Made Status update the uptimes database on every message.
This commit is contained in:
parent
e69d8a1f63
commit
9966fc72a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user