From 6abfcc55d0633e93af512c2679dc33a767960334 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sun, 18 Oct 2009 21:08:37 +0200 Subject: [PATCH] Note that blacklist{} only accepts host/reason pairs, no host+host+reason. --- doc/example.conf | 2 +- doc/reference.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/example.conf b/doc/example.conf index cb58451..ada5379 100755 --- a/doc/example.conf +++ b/doc/example.conf @@ -330,7 +330,7 @@ serverhide { /* These are the blacklist settings. * You can have multiple combinations of host and rejection reasons. - * They are used in pairs of one host/rejection reason, or multiple hosts/rejection reason. + * They are used in pairs of one host/rejection reason. * * These settings should be adequate for most networks, and are (presently) * required for use on AthemeNet. diff --git a/doc/reference.conf b/doc/reference.conf index 326520f..40b6d19 100755 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -773,7 +773,7 @@ serverhide { /* These are the blacklist settings. * You can have multiple combinations of host and rejection reasons. - * They are used in pairs of one host/rejection reason, or multiple hosts/rejection reason. + * They are used in pairs of one host/rejection reason. * * These settings should be adequate for most networks, and are (presently) * required for use on AthemeNet.