diff options
author | Sadie Powell <sadie@witchery.services> | 2024-01-01 17:32:37 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-01-01 17:32:37 +0000 |
commit | eb2aaf22ed927d0de7bbc739103e49eb0586b323 (patch) | |
tree | c34effc003d00c4c04b00809e5b2f961294f8e73 /data/chanserv.example.conf | |
parent | aca9d300640361a9abfca80c1b6d07a02cf93be2 (diff) |
Fix a copy/paste error in the default channel settings.
Diffstat (limited to 'data/chanserv.example.conf')
-rw-r--r-- | data/chanserv.example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index cce4456ac..bba989708 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -93,8 +93,8 @@ module * to be a registered nick, otherwise the channel will be dropped. * - none: No defaults * - * This directive is optional, if left blank, the options will default to keeptopic, cs_secure, securefounder, - * and signkick. If you really want no defaults, use "none" by itself as the option. + * This directive is optional, if left blank, the options will default to keeptopic, peace, cs_secure, + * securefounder, and signkick. If you really want no defaults, use "none" by itself as the option. */ defaults = "keeptopic peace cs_secure securefounder signkick" |