Implement ChanKeep without requiring persistent chanlimits on all networks
This commit is contained in:
@@ -52,6 +52,7 @@ def provisionAuthenticationData(num, nick, network, security, auth, password):
|
||||
commands["nickserv"].append("Set %s" % password)
|
||||
inst = modules.regproc.selectInst(network)
|
||||
if "setmode" in inst.keys():
|
||||
# perform is loaded above
|
||||
# commands["status"].append("LoadMod perform")
|
||||
commands["perform"] = ["add mode %nick% +" + inst["setmode"]]
|
||||
deliverRelayCommands(num, commands, user=user + "/" + network)
|
||||
|
||||
Reference in New Issue
Block a user