diff options
| author | Sadie Powell <sadie@witchery.services> | 2021-10-17 19:44:05 +0100 |
|---|---|---|
| committer | Sadie Powell <sadie@witchery.services> | 2021-10-17 19:44:05 +0100 |
| commit | b7da27ad3ab36e8b246c503963bb7ce745baf83b (patch) | |
| tree | e75abfbff37e39367eece025f54ef852288be280 /data | |
| parent | e5075d2dc2c1437ac8f24d13c274089a5f76ac0a (diff) | |
Increase the default nickname expiry to 90 days.
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 667e427b1..ac98b7295 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -126,9 +126,9 @@ module /* * The length of time before a nick's registration expires. * - * This directive is optional, but recommended. If not set, the default is 21 days. + * This directive is optional, but recommended. If not set, the default is 90 days. */ - expire = 21d + expire = 90d /* * Prevents the use of the ACCESS and CERT (excluding their LIST subcommand), DROP, FORBID, SUSPEND |
