X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/88c7cb10ddd68a03aed3c2cff010e994c4bb7b4c..240a327462bd781aaf3247d2ebf9290181c2771b:/x3.conf.example diff --git a/x3.conf.example b/x3.conf.example index 4a04bf9..771a7e5 100644 --- a/x3.conf.example +++ b/x3.conf.example @@ -226,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");