diff options
author | Sadie Powell <sadie@witchery.services> | 2024-01-05 19:52:56 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-01-05 19:52:56 +0000 |
commit | e738da9b11df138c736ccc4fa086a03cec4e87ae (patch) | |
tree | 6685431aced889f80aa18a6da01cabdc0403ea42 /data | |
parent | 4573e1925dc62415306a29e7fbbec6727649aef9 (diff) | |
parent | 6e6e0533843be68dbd8789c2dce1247c062c39c3 (diff) |
Merge branch '2.0' into 2.1.
Diffstat (limited to 'data')
-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 4aaf00ee0..42bd9f45c 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" |