extended example configuration file for mod-Watchdog
authorpk910 <philipp@zoelle1.de>
Fri, 22 Jul 2011 00:43:19 +0000 (02:43 +0200)
committerpk910 <philipp@zoelle1.de>
Fri, 22 Jul 2011 00:43:19 +0000 (02:43 +0200)
srvx.conf.example

index 1567e6485ba3f8035a339d8f75d4d20a607a35c3..f60c9dc5d35c5316858c4265d174b931c81d54f9 100644 (file)
         // "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" {
     "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" {