1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 03:36:38 +02:00

added the missing accessmax option to the ns_cert configuration block

This commit is contained in:
DukePyrolator
2013-06-22 17:06:48 +02:00
parent 5e36d848d5
commit 7d0e063300
+1 -1
View File
@@ -270,7 +270,7 @@ command { service = "NickServ"; name = "ALIST"; command = "nickserv/alist"; }
*
* Used for configuring your SSL certificate list, which can be used to automatically identify you.
*/
module { name = "ns_cert" }
module { name = "ns_cert"; accessmax = 5; }
command { service = "NickServ"; name = "CERT"; command = "nickserv/cert"; }
/*