diff options
| author | 2023-10-03 22:04:44 +0100 | |
|---|---|---|
| committer | 2023-10-03 22:04:44 +0100 | |
| commit | e86a159293ebcfbb4516cf94d6eb3dd61a788f2a (patch) | |
| tree | 6854932063f987159cf3a99763c777e0bfe3e74d /docs/conf/modules.conf.example | |
| parent | Merge branch 'insp3' into master. (diff) | |
Allow disabling LIST completely for unregistered users.
Diffstat (limited to 'docs/conf/modules.conf.example')
| -rw-r--r-- | docs/conf/modules.conf.example | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 402644dd0..1d98d182f 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -2221,8 +2221,10 @@ # Defaults to no. # # # # waittime - The time period that a user must be connected for before # -# they can use the /LIST command. # -# Defaults to 1 minute. # +# they can use the /LIST command. If exemptregistered is # +# enabled you can set this to 0 to disable unauthenticated # +# users from viewing the channel list. # +# Defaults to 1 minute. # # # #<securelist exemptregistered="yes" # fakechans="5" |
