]> 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 cb9dad4f59dfa10dc3b14c1a5b719e3db37ff80c..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.
         // 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";
     // 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"; };