diff options
author | Sadie Powell <sadie@witchery.services> | 2024-10-01 11:31:50 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-10-01 11:31:50 +0100 |
commit | f9e4ca4d06d0b92333b0b96fe73a17762cabef5e (patch) | |
tree | 4d6c7b7b5d2c6565efeb72585d7b2035e76e4f1b /data | |
parent | 66c9be86276e7ca91c1f2d3e5ba319aa63972ce4 (diff) |
Raise the default nickname expiry time to one year.
Diffstat (limited to 'data')
-rw-r--r-- | data/nickserv.example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 8d24cde57..905909f79 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -124,9 +124,9 @@ module /* * The length of time before a nick's registration expires. * - * This directive is optional, but recommended. If not set, the default is 90 days. + * This directive is optional, but recommended. If not set, the default is one year. */ - expire = 90d + expire = 1y /* * Prevents the use of the ACCESS and CERT (excluding their LIST subcommand), DROP, FORBID, SUSPEND |