diff options
-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 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. |