]> jfr.im git - irc/evilnet/x3.git/blobdiff - x3.conf.example
support for doing traces to match clients whos ie nick matches their ident, ?trace...
[irc/evilnet/x3.git] / x3.conf.example
index afda5465dde515cd0280138e4ba424a10a2dd74b..74cb7236c6bd95dd7b7c617d295406d2750a2bac 100644 (file)
@@ -1,5 +1,4 @@
-/* vim:syntax=c:ts=4 
- * ***************************************************************** 
+/* ***************************************************************** 
  *   X3 Services Example Configuration file.
  *  
  *   Copy it to your x3 runtime dir, and edit to taste.
             "lc_h" "800"; // support helper (lower case h)
             "uc_H" "800"; // net helper (upper case H)
             "S" "999";    // O3 access suspended
-            "b" "1";      // ??
+            "b" "1";      // Bot (not sure what it does tho)
         };
 
         // and for who can change epithets for staff
         // how long to g-line for ?block (or, by default, for trace gline)?
         "block_gline_duration" "12h";
 
+        // how long to shun for ?sblock (or, by default, for trace shun)?
+        "block_shun_duration" "12h";
+
         // When a user joins an illegal channel, O3 joins it and locks it down.
         // how long to keep an illegal channel locked down (seconds)?
         "purge_lock_delay" "60";
         // .. but ChanServ will only increment or decrement the limit this often.
         "adjust_delay" "30";  // (seconds)
 
+        // How often to look for expired bans?
+        "ban_timeout_freq" "2m";
+
         // How often to look for channels that have expired?
         "chan_expire_freq" "1d";
 
     // This just illustrates how you can jam every database into one huge ("mondo") file.
     "ChanServ" { "mondo_section" "ChanServ"; };
     "gline" { "mondo_section" "gline"; };
+    "shun" { "mondo_section" "shun"; };
     "Global" { "mondo_section" "Global"; };
     "HelpServ" { "mondo_section" "HelpServ"; };
     "modcmd" { "mondo_section" "modcmd"; };