summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}$";
/*