diff options
author | Robby <robby@chatbelgie.be> | 2019-08-04 23:32:52 +0200 |
---|---|---|
committer | Robby <robby@chatbelgie.be> | 2019-08-04 23:32:52 +0200 |
commit | 03d065e95299832919d61b233cfe80652f3ef3e2 (patch) | |
tree | b4ddc5a4be8cadc6a625766a78783cc285a89260 /data | |
parent | 77a52eec7cda1da3787ef0da9964b4c7027844be (diff) |
Add hide_status as an available option to nickserv.example.conf.
Also improve the hide_* descriptions slightly.
Diffstat (limited to 'data')
-rw-r--r-- | data/nickserv.example.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index c5ff7da2b..7f864ccf9 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -97,9 +97,10 @@ module * - 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 - * - 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 + * - hide_email: Hide the nick's e-mail address from NickServ's INFO command + * - hide_mask: Hide the nick's last or current user@host from NickServ's INFO command + * - hide_status: Hide the nick's services operator access status from NickServ's INFO command + * - hide_quit: Hide the nick's last quit message from NickServ's INFO command * - 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 * - memo_mail: Notify user if they have a new memo by mail |