diff options
-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 |