diff options
author | Adam <Adam@anope.org> | 2016-01-19 08:30:06 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-01-19 08:30:06 -0500 |
commit | 9c9df2ad1fc8e8f03f4b28d21b4dcc2895d3795c (patch) | |
tree | e4d9e2ba0b36d440b1cddc8b960d1620ee7d6970 | |
parent | 10aeba2da208fb24702c8385aa1eed50369f03d0 (diff) |
Document ns_no_expire nick default
-rw-r--r-- | data/nickserv.example.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 4b383f80e..ee036d086 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -107,6 +107,7 @@ module * - msg: Services messages will be sent as PRIVMSGs instead of NOTICEs, requires * options:useprivmsg to be enabled as well * - ns_keepmodes: 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. |