summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-11-06 22:20:16 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-11-06 22:20:16 +0000
commitfe272d05ac511dce6b31d7d8e3ec5d753c7ec416 (patch)
tree1dde0e7ffc3328b531307d43a3a57197aa119054 /doc
parentc6a12e857af384689fdc0cd478da1714bb9b16aa (diff)
- More config subsystem cleanups
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1644 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'doc')
-rw-r--r--doc/example.conf6
-rw-r--r--doc/example.efnet.conf6
-rw-r--r--doc/example.quick.conf1
3 files changed, 0 insertions, 13 deletions
diff --git a/doc/example.conf b/doc/example.conf
index e260214..91d2562 100644
--- a/doc/example.conf
+++ b/doc/example.conf
@@ -249,12 +249,6 @@ class {
ping_time = 90 seconds;
/*
- * ping_warning: how fast a server must reply to a PING before
- * a warning to opers is generated.
- */
- ping_warning = 15 seconds;
-
- /*
* connectfreq: only used in server classes. Specifies the delay
* between autoconnecting to servers.
*/
diff --git a/doc/example.efnet.conf b/doc/example.efnet.conf
index 2af4d03..47a8873 100644
--- a/doc/example.efnet.conf
+++ b/doc/example.efnet.conf
@@ -267,12 +267,6 @@ class {
ping_time = 90 seconds;
/*
- * ping_warning: how fast a server must reply to a PING before
- * a warning to opers is generated.
- */
- ping_warning = 15 seconds;
-
- /*
* connectfreq: only used in server classes. Specifies the delay
* between autoconnecting to servers.
*
diff --git a/doc/example.quick.conf b/doc/example.quick.conf
index 65f0859..80e65ce 100644
--- a/doc/example.quick.conf
+++ b/doc/example.quick.conf
@@ -89,7 +89,6 @@ class {
class {
name = "server";
ping_time = 5 minutes;
- ping_warning = 15 seconds;
connectfreq = 5 minutes;
max_number = 1;
sendq=2 megabytes;