parent
7cac4f5f6c
commit
388a0bab21
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class IRCatModule:
|
|||
automodes = {}
|
||||
collected = None
|
||||
for i in query["usermodes"].split("\n"):
|
||||
automodes(i.split(" ")[1]) = i.split(" ")[0]
|
||||
automodes[i.split(" ")[1]] = i.split(" ")[0]
|
||||
oreo.append({"name": channel, "topic": topic, "automodes": automodes, "modes": query["modes"]})
|
||||
return {"success": "skip", "initchan": oreo}
|
||||
elif command == "NICKSERV" or (command == "PRIVMSG" and args[0].lower() == "nickserv") or command == "PASS":
|
||||
|
|
Loading…
Add table
Reference in a new issue