diff options
author | Adam <Adam@anope.org> | 2014-03-10 04:30:27 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-03-10 04:31:08 -0400 |
commit | b0597e35ec6720d3f736653caa67a9a496680c2c (patch) | |
tree | 259a28500f1224ee089a8ff8f05d373f552a6288 /data | |
parent | 8d1ad6fbe5eba20e78593986f57ccfada5cafaa0 (diff) |
Do not allow nickserv/ungroup to bypass ns_maxemail, and allow opers to bypass ns_maxemail
Diffstat (limited to 'data')
-rw-r--r-- | data/nickserv.example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 0c7fd49c6..f6c47ad0c 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -640,7 +640,7 @@ command { service = "NickServ"; name = "UPDATE"; command = "nickserv/update"; } * Limits how many times the same email address may be used in Anope * to register accounts. */ -module +#module { name = "ns_maxemail" @@ -649,5 +649,5 @@ module * commented, there will be no limit enforced when registering new accounts or using * /msg NickServ SET EMAIL. */ - #maxemails = 1 + maxemails = 1 } |