diff options
author | PeGaSuS <droider.pc@gmail.com> | 2022-12-08 08:16:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-08 07:16:04 +0000 |
commit | c2b154e1b1c9d6b8e85dcc28c8ae794bb5c17840 (patch) | |
tree | 48181e1635757ed920f83249108ecc84295e6fac /data | |
parent | 4a2861ba3d4002b37d6e83312064245aeb407338 (diff) |
Document `cs_no_expire` (#301).
Diffstat (limited to 'data')
-rw-r--r-- | data/chanserv.example.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 05b6055ba..cce4456ac 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -89,6 +89,8 @@ module * - noautoop: Disables autoop on the channel * - cs_keep_modes: Enables keep modes on the channel, which retains modes when the channel is * not in use. + * - cs_no_expire: Enables no expire. Needs founder, successor (if set) or anyone in the access list + * to be a registered nick, otherwise the channel will be dropped. * - none: No defaults * * This directive is optional, if left blank, the options will default to keeptopic, cs_secure, securefounder, |