diff options
author | Sadie Powell <sadie@witchery.services> | 2025-03-08 14:24:06 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-03-08 14:25:08 +0000 |
commit | 50bec959e50837493f679518edc6d535f08bd7a6 (patch) | |
tree | d51d97bd9a85dcf951648ab511d13f7a4c36f987 /data | |
parent | 62bfa33464df8cc413fa4f111ab62e189be0ca32 (diff) |
Turn on channel persistence by default.
Diffstat (limited to 'data')
-rw-r--r-- | data/chanserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index df91f3d92..1d742ee7b 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -105,7 +105,7 @@ module * This directive is optional, if left blank, the options will default to keeptopic, peace, * securefounder, and signkick. If you really want no defaults, use "none" by itself as the option. */ - defaults = "keeptopic peace securefounder signkick" + defaults = "cs_keep_modes keeptopic peace persist securefounder signkick" /* * The maximum number of channels which may be registered to a single nickname. |