From 27b9faa69c4c804305310ea3f771457b857dfd4f Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 18 Dec 2012 18:02:28 +0000 Subject: - Minor documentation update to example configuration files git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1679 82007160-df01-0410-b94d-b575c5fd34c7 --- doc/example.conf | 7 +------ doc/example.efnet.conf | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/doc/example.conf b/doc/example.conf index 91d2562..758d9aa 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -283,7 +283,7 @@ listen { * * Currently available flags are: * - * ssl - Port is for SSL client connections only + * ssl - Port may only accept TLS/SSL connections * server - Only server connections are permitted * hidden - Port is hidden from /stats P, unless you're an admin */ @@ -716,11 +716,6 @@ gecos { reason = "Trojan drone"; }; -gecos { - name = "*http*"; - reason = "Spambot"; -}; - gecos { name = "^\[J[0o]hn Do[3e]\]-[0-9]{2,5}$"; diff --git a/doc/example.efnet.conf b/doc/example.efnet.conf index 47a8873..f9a76b3 100644 --- a/doc/example.efnet.conf +++ b/doc/example.efnet.conf @@ -307,7 +307,7 @@ listen { * * Currently available flags are: * - * ssl - Port is for SSL client connections only + * ssl - Port may only accept TLS/SSL connections * server - Only server connections are permitted * hidden - Port is hidden from /stats P, unless you're an admin */ @@ -735,11 +735,6 @@ gecos { reason = "Trojan drone"; }; -gecos { - name = "*http*"; - reason = "Spambot"; -}; - gecos { name = "^\[J[0o]hn Do[3e]\]-[0-9]{2,5}$"; -- cgit