diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2013-06-22 17:06:48 +0200 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2013-06-22 17:06:48 +0200 |
commit | 7d0e0633009d38c0daff4969cf0928581a35bcaf (patch) | |
tree | 4012052ed1b03095edb6e180d1318692dbcbf0b0 | |
parent | 5e36d848d50e62d724750e6d114167f8f6c965d0 (diff) |
added the missing accessmax option to the ns_cert configuration block
-rw-r--r-- | data/nickserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } /* |