fixed some syntax errors & tidied up code a little bit
[srvx.git] / srvx.conf.example
index b900b6b6820937c238286a4736fea0b8e6c099b8..f60c9dc5d35c5316858c4265d174b931c81d54f9 100644 (file)
             "lc_h" "800"; // specifically lower case h
             "uc_H" "800"; // .. and upper case H
             "S" "999";
-            "b" "1";
+            "b" "800";
                        "I" "800";
         };
         // and for who can change epithets for staff
         // how long must an account be inactive so it can be ounregistered without force?
         "ounregister_inactive" "1M";
         // which flags on an account require the ounregister to be used with force?
-        "ounregister_flags" "ShgsfnHbu";
+        "ounregister_flags" "ShgsfnHbuI";
         /* "require_qualified" has been removed. It is now
          * integrated into the modcmd command authorization
          * and dispatch mechanism.  "/msg OpServ help modcmd"
         // "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" {