From f3d2fceb65693bd952ac4a9cae11d1831565098d Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sat, 5 Jan 2008 00:52:02 +0100 Subject: [PATCH] sgml docs: kline_exempt does not exempt from D:lines in any way --- doc/sgml/oper-guide/commands.sgml | 5 ++++- doc/sgml/oper-guide/config.sgml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/sgml/oper-guide/commands.sgml b/doc/sgml/oper-guide/commands.sgml index b2e72d8..b18807b 100644 --- a/doc/sgml/oper-guide/commands.sgml +++ b/doc/sgml/oper-guide/commands.sgml @@ -425,6 +425,9 @@ be temporary (i.e. it will not be stored on disk) and last that long in minutes. + + All clients matching the D:line will be disconnected from the server immediately. + If a reason is specified, it will be sent to the client when they are disconnected, and, if dline_reason is enabled, @@ -438,7 +441,7 @@ D:lines cannot be set remotely on other servers. - Only exempt{} blocks exempt from D:lines on initial connection. + Only exempt{} blocks exempt from D:lines. Being a server or having kline_exempt in auth{} does not exempt (different from K/G/X:lines). diff --git a/doc/sgml/oper-guide/config.sgml b/doc/sgml/oper-guide/config.sgml index ab92862..f2ce387 100644 --- a/doc/sgml/oper-guide/config.sgml +++ b/doc/sgml/oper-guide/config.sgml @@ -359,7 +359,7 @@ auth { kline_exempt (^) - Users in this auth{} block are exempted from DNS blacklists, k:lines, g:lines and x:lines, and will not be disconnected because of d:lines. + Users in this auth{} block are exempted from DNS blacklists, k:lines, g:lines and x:lines.