diff options
author | Sadie Powell <sadie@witchery.services> | 2024-02-11 16:19:23 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-02-11 16:22:01 +0000 |
commit | c9e0245f239f2a7b71395cf99898f4e0d22bc39d (patch) | |
tree | f1d4382a9536d23deba7c6799cadb38de2401611 | |
parent | 73d8c85879ca5beb159c24d915ad167ea2c3e092 (diff) |
Revert "Document ns_no_expire nick default".
This reverts commit 9c9df2ad1fc8e8f03f4b28d21b4dcc2895d3795c.
Closes #350.
-rw-r--r-- | data/nickserv.example.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index f835a9327..ef3f40855 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -110,7 +110,6 @@ module * - msg: Services messages will be sent as PRIVMSGs instead of NOTICEs, requires * options:useprivmsg to be enabled as well * - ns_keep_modes: Enables keepmodes, which retains user modes across sessions - * - ns_no_expire: Enables no expire. Unconfirmed expire overrules this. * * 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. |