]> jfr.im git - irc/evilnet/x3.git/blobdiff - x3.conf.example
update memoserv help
[irc/evilnet/x3.git] / x3.conf.example
index afda5465dde515cd0280138e4ba424a10a2dd74b..10289414d43a2ac1bc3ace7509576038385c5ba9 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
         // .. 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";