From 601da1141ef33ce3b6ef5fb8622891d6f5977a3f Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 23 Jun 2024 13:50:50 +0100 Subject: [PATCH] Fix the default config for channel suspensions. --- data/chanserv.example.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 56f9539c9..8c6db3f0f 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -107,10 +107,9 @@ module /* * The length of time before a channel registration expires. * - * This directive is optional, but recommended. - * If not set, the default is 30 days. + * This directive is optional. If not set, the default is never. */ - expire = 30d + #expire = 90d /* * The maximum number of entries on a channel's access list.