Start implementing prefixes
This commit is contained in:
@@ -19,6 +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)
|
||||
elif c["type"] == "nick":
|
||||
userinfo.renameUser(c["net"], c["nick"], c["muser"], c["user"], c["user"]+"!"+c["ident"]+"@"+c["host"])
|
||||
elif c["type"] == "kick":
|
||||
|
||||
Reference in New Issue
Block a user