From 3e2138db4fa22db4de231dfcc8b53083ba6c8178 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 26 Apr 2020 03:00:00 -0400 Subject: [PATCH] clarify that list-delay only applies to anonymous users --- conventional.yaml | 4 ++-- oragono.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conventional.yaml b/conventional.yaml index 5da77654..e3929a83 100644 --- a/conventional.yaml +++ b/conventional.yaml @@ -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 diff --git a/oragono.yaml b/oragono.yaml index 030d46db..9ae504ab 100644 --- a/oragono.yaml +++ b/oragono.yaml @@ -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