diff options
author | PeGaSuS <droider.pc@gmail.com> | 2020-12-31 16:27:39 +0100 |
---|---|---|
committer | Robby <robby@chatbelgie.be> | 2021-01-07 03:24:17 +0100 |
commit | 7e08e7cb6c2548043e180b87a31577ffa1db65ab (patch) | |
tree | 83f5161610789ab538ec70c820ad9bb23b679273 /data | |
parent | 4031dc73211217b5bab6504bbcf3e60c0c36d8e3 (diff) |
Set killprotect as a default option in nickserv.example.conf.
Diffstat (limited to 'data')
-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 7609339da..126df0c89 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -115,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 |