]> jfr.im git - irc/evilnet/x3.git/blobdiff - x3.conf.example
Bunch of toy fixes and updates incluing calc and 8ball.
[irc/evilnet/x3.git] / x3.conf.example
index 8b1f83e52f5a6d0ccddba00fdd07a3d4ae22cb23..771a7e5c7a7076a771e5f29a3a8b13810dcd392f 100644 (file)
         "email_search_level" "600"; // minimum OpServ level to search based on email address
         "email_visible_level" "800"; // minimum OpServ level to see somebody's email address
         "sync_log" "1"; // Output password and email changes, plus registration to sync.log
+        "set_title_level" "900"; // min opserv level to set a title on an account
+        "set_fakehost_level" "1000"; //min opserv level to set a freeform fakehost
+        "titlehost_suffix" "AfterNET.Org"; // suffix to use with automatically generated fakehosts
+
     };
 
     "opserv" {
         "set_shows" ("DefaultTopic", "TopicMask", "Greeting", "UserGreeting", "Modes", "PubCmd", "InviteMe", "StrictOp", "AutoOp", "EnfModes", "EnfTopic", "TopicSnarf", "UserInfo", "GiveVoice", "GiveOps", "EnfOps", "Setters", "CtcpUser", "CtcpReaction", "Protect", "Toys", "DynLimit", "NoDelete");
  
         // A list of !8ball responses
-        "8ball" ("Not a chance.",
-                "In your dreams.",
+        "8ball" (
+                "Are you out of your MIND?",
+                "It won't happen, not a chance, definitely no.",
+                "Outlook seems bleak.",
+                "My sources say no.",
+                "You bet!",
+                "It is decidedly so.",
+                "It's hard to be sure.",
+                "Most definitely.",
+                "In your dreams...",
+                "If the prophets wish it...",
+                "Forecast hazy, try again later.",
+                "I don't know!",
                 "Absolutely!",
-                "Could be, could be.");
+                "Never.",
+                "Yes.",
+                "No.",
+                "Maybe.");
         // channel(s) that support helpers must be in to be helping
         // if this is a list, any one by itself will do
         "support_channel" ("#support", "#registration");
     "snoop" {
         // Where to send snoop messages?
         "channel" "#wherever";
-        // Which bot?
+        // Which bot? If this is not set to your bots nick, X3 will Segfault...
         "bot" "OpServ";
         // Show new users and joins from net joins?  (off by default)
         "show_bursts" "0";