summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-03-13 20:07:50 -0400
committerAdam <Adam@anope.org>2014-03-13 20:07:50 -0400
commit296a75f2a9e29dc7f19f4286211fcc1eb7983b1d (patch)
treee02c7450ee3975020dbe3e9e53c9a5ee2880cd17 /data
parentbce7237d9f6b96c4be02c88f60d4c41b1e305836 (diff)
Do not allow users to add certs that other users are using. Only allow adding certfps if the user is using it.
Diffstat (limited to 'data')
-rw-r--r--data/nickserv.example.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf
index f6c47ad0c..a53a7146b 100644
--- a/data/nickserv.example.conf
+++ b/data/nickserv.example.conf
@@ -306,7 +306,7 @@ module
* The maximum number of entries allowed on a nickname's certificate fingerprint list.
* The default is 5. This number cannot be set to 0.
*/
- accessmax = 5
+ max = 5
}
command { service = "NickServ"; name = "CERT"; command = "nickserv/cert"; }