summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-12-18 18:02:28 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-12-18 18:02:28 +0000
commit27b9faa69c4c804305310ea3f771457b857dfd4f (patch)
treea8a4b703d632cf21cda6cf0dc69fef4924f87ff5
parent602d834c2598b247cd414f961322853188e96e93 (diff)
- 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
-rw-r--r--doc/example.conf7
-rw-r--r--doc/example.efnet.conf7
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
*/
@@ -717,11 +717,6 @@ gecos {
};
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
*/
@@ -736,11 +736,6 @@ gecos {
};
gecos {
- name = "*http*";
- reason = "Spambot";
-};
-
-gecos {
name = "^\[J[0o]hn Do[3e]\]-[0-9]{2,5}$";
/*