From 6f449061ef2019f773ad6d6dee270e2ed8e8a77b Mon Sep 17 00:00:00 2001 From: pk910 Date: Fri, 22 Jul 2011 02:43:19 +0200 Subject: [PATCH] extended example configuration file for mod-Watchdog --- srvx.conf.example | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/srvx.conf.example b/srvx.conf.example index 1567e64..f60c9dc 100644 --- a/srvx.conf.example +++ b/srvx.conf.example @@ -400,6 +400,13 @@ // "search" ("example.org", "example.net"); // "nameservers" ("127.0.0.1"); }; + "watchdog" { + "nick" "Watchdog"; + "modes" "+iok"; + "ban_duration" "2h"; //only if the channel is registered with chanserv + "gline_duration" "1h"; + "punishment_reason" "Your message contained a forbidden word."; + }; }; "policers" { @@ -469,6 +476,7 @@ "OpServ" { "mondo_section" "OpServ"; }; "sendmail" { "mondo_section" "sendmail"; }; "SpamServ" { "mondo_section" "SpamServ"; }; + "Watchdog" { "mondo_section" "Watchdog"; }; // These are the options if you want a database to be in its own file. "mondo" { -- 2.20.1