From 296a75f2a9e29dc7f19f4286211fcc1eb7983b1d Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 13 Mar 2014 20:07:50 -0400 Subject: Do not allow users to add certs that other users are using. Only allow adding certfps if the user is using it. --- data/nickserv.example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') 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"; } -- cgit