From 03d065e95299832919d61b233cfe80652f3ef3e2 Mon Sep 17 00:00:00 2001 From: Robby Date: Sun, 4 Aug 2019 23:32:52 +0200 Subject: [PATCH] Add hide_status as an available option to nickserv.example.conf. Also improve the hide_* descriptions slightly. --- data/nickserv.example.conf | 7 ++++--- 1 file 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