mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-22 11:59:40 +01:00
clarify that list-delay only applies to anonymous users
This commit is contained in:
parent
57e2187742
commit
3e2138db4f
@ -491,8 +491,8 @@ channels:
|
||||
# how many channels can each account register?
|
||||
max-channels-per-account: 15
|
||||
|
||||
# as a crude countermeasure against spambots, connections younger than this value
|
||||
# will get an empty response to /LIST (a time period of 0 disables)
|
||||
# as a crude countermeasure against spambots, anonymous connections younger
|
||||
# than this value will get an empty response to /LIST (a time period of 0 disables)
|
||||
list-delay: 0s
|
||||
|
||||
# operator classes
|
||||
|
@ -512,8 +512,8 @@ channels:
|
||||
# how many channels can each account register?
|
||||
max-channels-per-account: 15
|
||||
|
||||
# as a crude countermeasure against spambots, connections younger than this value
|
||||
# will get an empty response to /LIST (a time period of 0 disables)
|
||||
# as a crude countermeasure against spambots, anonymous connections younger
|
||||
# than this value will get an empty response to /LIST (a time period of 0 disables)
|
||||
list-delay: 0s
|
||||
|
||||
# operator classes
|
||||
|
Loading…
Reference in New Issue
Block a user