From bed8a0ca2b5384740751c4383168b6cedfcff542 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Mon, 14 Oct 2019 18:50:24 +0200 Subject: [PATCH] Remove set::oper-only-stats from config. Don't mention set::allow-user-stats there since that is a niche feature that 99% is unlikely to use. --- doc/conf/examples/example.conf | 3 --- doc/conf/examples/example.fr.conf | 5 ----- doc/conf/examples/example.tr.conf | 3 --- 3 files changed, 11 deletions(-) diff --git a/doc/conf/examples/example.conf b/doc/conf/examples/example.conf index 63d44eccf..fb53879ef 100644 --- a/doc/conf/examples/example.conf +++ b/doc/conf/examples/example.conf @@ -473,9 +473,6 @@ set { /* static-part does the same for /PART */ /* static-part yes; */ - /* Which /STATS to restrict to opers only. We suggest to leave it to * (ALL) */ - oper-only-stats "*"; - /* Flood protection */ anti-flood { nick-flood 3:60; /* 3 nick changes per 60 seconds (the default) */ diff --git a/doc/conf/examples/example.fr.conf b/doc/conf/examples/example.fr.conf index 7321dde79..2d6f85424 100644 --- a/doc/conf/examples/example.fr.conf +++ b/doc/conf/examples/example.fr.conf @@ -430,11 +430,6 @@ set { /* static-part fait la même chose pour /PART */ /* static-part yes; */ - /* Quelles /STATS sont restreintes aux Opérateurs. Nous vous - * conseillons de laisser '*' (toutes) - */ - oper-only-stats "*"; - /* Protections anti-flood */ anti-flood { nick-flood 3:60; /* 3 changements de nick par 60 secondes */ diff --git a/doc/conf/examples/example.tr.conf b/doc/conf/examples/example.tr.conf index 823d893b0..591412bfa 100644 --- a/doc/conf/examples/example.tr.conf +++ b/doc/conf/examples/example.tr.conf @@ -473,9 +473,6 @@ set { /* static-part /PART komutu ile aynı işi görür */ /* static-part yes; */ - /* /STATS komutunu operler için kısıtlar. Önerilen * (TÜMÜ) */ - oper-only-stats "*"; - /* Anti flood Koruması */ anti-flood { nick-flood 3:60; /* Her 60 saniyede 3 nick değişikliği (varsayılan) */