From 7d0e0633009d38c0daff4969cf0928581a35bcaf Mon Sep 17 00:00:00 2001 From: DukePyrolator Date: Sat, 22 Jun 2013 17:06:48 +0200 Subject: [PATCH] added the missing accessmax option to the ns_cert configuration block --- data/nickserv.example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 075a4b79e..36eec61e1 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -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"; } /*