summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-03-14 12:12:11 +0000
committerSadie Powell <sadie@witchery.services>2025-03-14 12:13:13 +0000
commit1bdc9c0a649bfd8963ff591340b0f03ecd6bbe93 (patch)
treefc1cc0d2f01e84a64f08d802e163fd3ddf22f741 /data
parentd0d46408bc655a5d7f727461cb21ffe9155e0682 (diff)
Fix {nickserv}:defaults still documenting the old nick protection.
Diffstat (limited to 'data')
-rw-r--r--data/nickserv.example.conf6
1 files changed, 1 insertions, 5 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf
index 6ee4d8b15..0b99e3daf 100644
--- a/data/nickserv.example.conf
+++ b/data/nickserv.example.conf
@@ -105,11 +105,6 @@ module
* by spaces.
*
* 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 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_private: Hide the nick from NickServ's LIST command
* - hide_email: Hide the nick's email address from NickServ's INFO command
* - hide_mask: Hide the nick's last or current user@host from NickServ's INFO command
@@ -122,6 +117,7 @@ module
* - neverop: User can not be added to access lists
* - msg: Messages will be sent as PRIVMSGs instead of NOTICEs
* - ns_keep_modes: Enables keepmodes, which retains user modes across sessions
+ * - protect: Protects the registered nickname from use by unidentified users.
*
* This directive is optional, if left blank, the options will default to memo_signon, and
* memo_receive. If you really want no defaults, use "none" by itself as the option.