]> jfr.im git - irc/evilnet/x3.git/blobdiff - x3.conf.example
sync trunk to 1.6 changes
[irc/evilnet/x3.git] / x3.conf.example
index 3700d34dd89e59bf9403451d59efeb4861f2aef6..58cdeb4f1b318cebcde147cdb8ef461479410a6f 100644 (file)
                 "No.",
                 "Maybe.");
 
+        // This is a list of wheel-of-misfortune results. Remove them to disable.
+        // You must make sure your ircd supports, and has enabled, the features needed
+        // for these.
+        "wheel" ( 
+             "peer", 
+            // "partall",  // needs svspart
+             "gline", 
+            // "shun",     // needs shun
+             "nothing", 
+            // "randjoin", // needs svsjoin and svspart
+            // "abusewhois",  // needs epitaph in /whois support
+             "kickall", 
+            // "nickchange",  // needs svsnick
+             "kill", 
+             "svsignore", 
+             "kickbanall" );
+
         // channel(s) that support helpers must be in to be helping
         // if this is a list, any one by itself will do
         "support_channel" ("#Operations", "#Help");