fixed vote commands
[srvx.git] / srvx.conf.example
index 2501d93a7b208a5e57aa612e8351ee310250d6c7..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
         "set_epithet_level" "800";
         // 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"
         "nodelete_level" "1";
         // how long before a new channel owner can give ownership away?
         "giveownership_timeout" "1w";
+        // message sent to new channels
+        "new_channel_unauthed_join" ""; //only sent if the user is unauthed
+        "new_channel_authed_join" ""; //only sent if the user is authed
+        "new_channel_message" ""; //always after the message above
+        
     };
 
     "global" {
         // "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" {