diff options
author | Sadie Powell <sadie@witchery.services> | 2024-06-23 13:55:25 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-06-23 13:55:25 +0100 |
commit | 59ec42f0e6a49a3a4a2386a392cdfec5906af912 (patch) | |
tree | 1dfff5783bc05573885064dbfd0ccafbb95d236b /data | |
parent | 8a65f116b693be66b3c3f25f699ee2aef8c0241d (diff) |
Rename suspend in cs_expire to suspendexpire to match ns_expire.
Diffstat (limited to 'data')
-rw-r--r-- | data/chanserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 8c6db3f0f..afe7b45ae 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -1277,7 +1277,7 @@ module * This directive is optional. * If not set, the default is never. */ - expire = 90d + suspendexpire = 90d /* * Settings to show to non-opers in ChanServ's INFO output. |