Add the time field to some notifications

This commit is contained in:
2020-10-28 22:26:41 +00:00
parent 95ee63e399
commit 3bc65f8456
2 changed files with 16 additions and 8 deletions

View File

@@ -19,8 +19,8 @@ def parsemeta(numName, c):
# in which case, do not do this
if c["type"] in ["msg", "notice", "action", "topic", "mode"]:
userinfo.editUser(c["net"], c["muser"])
if c["type"] == "mode":
userinfo.updateMode(c)
#if c["type"] == "mode":
# userinfo.updateMode(c)
elif c["type"] == "nick":
userinfo.renameUser(c["net"], c["nick"], c["muser"], c["user"], c["user"]+"!"+c["ident"]+"@"+c["host"])
elif c["type"] == "kick":