diff options
author | Sadie Powell <sadie@witchery.services> | 2024-06-23 13:50:50 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-06-23 13:51:53 +0100 |
commit | 81056072576994e6f4c7ed6133bd42440b10face (patch) | |
tree | d43ecb03e74195e6c19d4b04f12cbb9c82074e90 | |
parent | ccc088d946797131d612af8eb4bc7b7319615257 (diff) |
Fix the default config for channel suspensions.
-rw-r--r-- | data/chanserv.example.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index bba989708..087bfa750 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -109,10 +109,9 @@ module /* * The length of time before a channel registration expires. * - * This directive is optional, but recommended. - * If not set, the default is 14 days. + * This directive is optional. If not set, the default is never. */ - expire = 14d + #expire = 90d /* * The maximum number of entries on a channel's access list. |