diff options
author | Adam <Adam@anope.org> | 2017-03-18 15:30:17 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2017-03-18 15:30:17 -0400 |
commit | 3545e8e3836df214db4ec8c7b4e57843a1971d37 (patch) | |
tree | 63d97e9bd2b57a0f2d37fdd47c1382316656ca9d /data | |
parent | 3c18e02b0b423f5c0c7f3236fd1e905ec37f744f (diff) |
Fix ns_keep_modes default option in nickserv.conf
Diffstat (limited to 'data')
-rw-r--r-- | data/nickserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index ee036d086..86a6be247 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -106,7 +106,7 @@ module * - autoop: User will be automatically opped in channels they enter and have access to * - 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_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 |