X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/ceafd592b7c084e0857902f0dd4132db97b2abf7..240a327462bd781aaf3247d2ebf9290181c2771b:/x3.conf.example?ds=inline diff --git a/x3.conf.example b/x3.conf.example index 8b1f83e..771a7e5 100644 --- a/x3.conf.example +++ b/x3.conf.example @@ -133,6 +133,10 @@ "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" { @@ -222,10 +226,24 @@ "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"); @@ -281,7 +299,7 @@ "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";