mirror of
https://github.com/ergochat/ergo.git
synced 2025-02-16 13:40:48 +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?
|
# how many channels can each account register?
|
||||||
max-channels-per-account: 15
|
max-channels-per-account: 15
|
||||||
|
|
||||||
# as a crude countermeasure against spambots, connections younger than this value
|
# as a crude countermeasure against spambots, anonymous connections younger
|
||||||
# will get an empty response to /LIST (a time period of 0 disables)
|
# than this value will get an empty response to /LIST (a time period of 0 disables)
|
||||||
list-delay: 0s
|
list-delay: 0s
|
||||||
|
|
||||||
# operator classes
|
# operator classes
|
||||||
|
@ -512,8 +512,8 @@ channels:
|
|||||||
# how many channels can each account register?
|
# how many channels can each account register?
|
||||||
max-channels-per-account: 15
|
max-channels-per-account: 15
|
||||||
|
|
||||||
# as a crude countermeasure against spambots, connections younger than this value
|
# as a crude countermeasure against spambots, anonymous connections younger
|
||||||
# will get an empty response to /LIST (a time period of 0 disables)
|
# than this value will get an empty response to /LIST (a time period of 0 disables)
|
||||||
list-delay: 0s
|
list-delay: 0s
|
||||||
|
|
||||||
# operator classes
|
# operator classes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user