diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.conf | 6 | ||||
-rw-r--r-- | doc/example.efnet.conf | 6 | ||||
-rw-r--r-- | doc/example.quick.conf | 1 |
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; |