summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-06-23 13:50:50 +0100
committerSadie Powell <sadie@witchery.services>2024-06-23 13:50:50 +0100
commit601da1141ef33ce3b6ef5fb8622891d6f5977a3f (patch)
tree228d69dd1689fe133ebf26df273063662d7fed08 /data
parent8c0edef714a358cbc3fcc57dc02745bea6f76869 (diff)
Fix the default config for channel suspensions.
Diffstat (limited to 'data')
-rw-r--r--data/chanserv.example.conf5
1 files 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.