1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:34:48 +02:00

Add kill_immed as an available option to nickserv.example.conf.

This commit is contained in:
Robby
2020-11-20 17:00:00 +01:00
parent 74f18d7b1d
commit d1e4943800
+4 -2
View File
@@ -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