diff options
author | Robby <robby@chatbelgie.be> | 2020-11-20 17:00:00 +0100 |
---|---|---|
committer | Robby <robby@chatbelgie.be> | 2020-11-20 17:00:00 +0100 |
commit | d1e49438001d0f1ee46797280c3da0f4e59d8874 (patch) | |
tree | 732641427b49a10046a6bb2c2e489df144569a2f /data | |
parent | 74f18d7b1d6952d5ffafec36bf82cbaf307fabb8 (diff) |
Add kill_immed as an available option to nickserv.example.conf.
Diffstat (limited to 'data')
-rw-r--r-- | data/nickserv.example.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 83fde7878..7609339da 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 |