diff options
author | Adam <Adam@anope.org> | 2013-03-14 20:48:51 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-03-14 20:51:28 -0500 |
commit | 01620e849aece8ac8c2a8282788d7ea26a96b476 (patch) | |
tree | 3f2f1194f79279481c27f5e49a4fb045b6965619 | |
parent | 4c74020a6995a4be1ae55f562ca45617ccd193ba (diff) |
Update nickserv defult names for kill/killquick, hide email, usermask, and quit
-rw-r--r-- | data/nickserv.example.conf | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 07f55f05f..41b49affd 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -101,25 +101,25 @@ nickserv * by spaces. * * The options are: - * - kill: Kill nick if not identified within 60 seconds - * - killquick: Kill nick if not identified within 20 seconds, this one overrides the above + * - 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 - * - secure: Enable nickname security, requiring the nick's password before any operations + * - secure: Enable nickname security, requiring the nick's password before any operations * can be done on it - * - private: Hide the nick from NickServ's LIST command - * - hideemail: Hide's the nick's e-mail address from NickServ's INFO command - * - hideusermask: Hide's the nick's last or current user@host from NickServ's INFO command - * - hidequit: Hide's the nick's last quit message - * - memo_signon: Notify user if they have a new memo when they sign into the nick - * - memo_receive: Notify user if they have a new memo as soon as it's received - * - autoop: User will be automatically opped in channels they enter and have access to - * - msg: Services messages will be sent as PRIVMSGs instead of NOTICEs, requires + * - private: Hide the nick from NickServ's LIST command + * - hide_email: Hide's the nick's e-mail address from NickServ's INFO command + * - hide_mask: Hide's the nick's last or current user@host from NickServ's INFO command + * - hide_quit: Hide's the nick's last quit message + * - memo_signon: Notify user if they have a new memo when they sign into the nick + * - memo_receive: Notify user if they have a new memo as soon as it's received + * - autoop: User will be automatically opped in channels they enter and have access to + * - msg: Services messages will be sent as PRIVMSGs instead of NOTICEs, requires * options:useprivmsg to be enabled as well * * This directive is optional, if left blank, the options will default to secure, memo_signon, and * memo_receive. If you really want no defaults, use "none" by itself as the option. */ - defaults="secure private hideemail hideusermask memo_signon memo_receive autoop" + defaults = "secure private hide_email hide_mask memo_signon memo_receive autoop" /* * A list of languages to load on startup that will be available in /nickserv set language. |