diff options
Diffstat (limited to 'data/nickserv.example.conf')
-rw-r--r-- | data/nickserv.example.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 853e87917..bb9b8fec8 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -92,8 +92,10 @@ module * * The options are: * - killprotect: Kill nick if not identified within 60 seconds - * - kill_quick: Kill nick if not identified within 20 seconds, this one overrides the above - * option and the above must be specified with this one + * - kill_quick: Kill nick if not identified within 20 seconds, this one overrides the killprotect + * option and the killprotect option must be specified with this one + * - kill_immed: Kill nick immediately if not identified, this one overrides both the killprotect + * and kill_quick options and the killprotect option must be specified with this one * - ns_secure: Enable nickname security, requiring the nick's password before any operations * can be done on it * - ns_private: Hide the nick from NickServ's LIST command @@ -113,7 +115,7 @@ module * This directive is optional, if left blank, the options will default to ns_secure, memo_signon, and * memo_receive. If you really want no defaults, use "none" by itself as the option. */ - defaults = "ns_secure ns_private hide_email hide_mask memo_signon memo_receive autoop" + defaults = "killprotect ns_secure ns_private hide_email hide_mask memo_signon memo_receive autoop" /* * The minimum length of time between consecutive uses of NickServ's REGISTER command. This |