Skip to content

Commit

Permalink
Merge pull request #800 from 13xforever/vnext
Browse files Browse the repository at this point in the history
New 8-ball answers
  • Loading branch information
13xforever authored Jul 22, 2021
2 parents 0826d26 + a2f826c commit fd486de
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 19 deletions.
44 changes: 26 additions & 18 deletions CompatBot/Commands/Misc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,40 @@ internal sealed class Misc: BaseCommandModuleCustom

private static readonly List<string> EightBallAnswers = new()
{
// 45
"Ya fo sho", "Fo shizzle mah nizzle", "Yuuuup", "Da", "Affirmative", // 5
"Sure", "Yeah, why not", "Most likely", "Sim", "Oui",
// keep this at 2:1:1 ratio
// 70
"It is certain", "It is decidedly so", "Without a doubt", "Yes definitely", "You may rely on it",
"As I see it, yes", "Most likely", "Outlook good", "Yes", "Signs point to yes", // 10
"Ya fo sho", "Fo shizzle mah nizzle", "Yuuuup", "Da", "Affirmative",
"Sure", "Yeah, why not", "Sim", "Oui", "Crystal ball says yes", // 20
"Heck yeah!", "Roger that", "Aye!", "Yes without a doubt m8!", ":cell_ok_hand_hd:",
"Don't be an idiot. YES.", "Mhm!", "Many Yes", "Yiss", "Sir, yes, Sir!",
"Don't be an idiot. YES.", "Mhm!", "Many Yes", "Yiss", "Sir, yes, Sir!", // 30
"Yah!", "Ja", "Umu!", "Make it so", "Sure thing",
"Certainly", "Of course", "Definitely", "Indeed", "Much yes",
"Certainly", "Of course", "Definitely", "Indeed", "Much yes", // 40
"Consider it done", "Totally", "You bet", "Yup", "Yep",
"Positive!", "Yarp", "Hmmm, yes!", "That's a yes for me", "Aye mate",
"Positive!", "Yarp", "Hmmm, yes!", "That's a yes for me", "Aye mate", // 50
"Absolutely", "Totes my goats", "Without fail", "👌", "👍",

// 25
"Maybe", "I don't know", "I don't care", "Who cares", "Maybe yes, maybe not",
"Maybe not, maybe yes", "Ugh", "Probably", "Ask again later", "Error 404: answer not found",
"Don't ask me that again", "You should think twice before asking", "You what now?", "Ask Neko", "Ask Ani",
"Sí", "Sí, señor", "Sì", "Sì, signore", "The wheel of fate is already turning", // 60
"It's not a no", "Very likely", "Undoubtedly so", "That's a positive", "Yes, you silly",
"Bones said yes", "Tea leaves settled in a 'yes' pattern", "Dice roll was solid, so yes", "No doubt about it", "Hmmm, I think so", // 70

// 30
"Reply hazy, try again", "Ask again later", "Better not tell you now", "Cannot predict now", "Concentrate and ask again",
"Maybe", "I don't know", "I don't care", "Who cares", "Maybe yes, maybe not", // 10
"Maybe not, maybe yes", "Ugh", "Probably", "Error 404: answer not found", "Crystal ball is cloudy as milk, ask later",
"Don't ask me that again", "You should think twice before asking", "You what now?", "Ask Neko", "Ask Ani", // 20
"Bloody hell, answering that ain't so easy", "I'm pretty sure that's illegal!", "What do *you* think?", "Only on Wednesdays", "Look in the mirror, you know the answer already",
"Don't know, don't care", "_shows signs of complete confusion_", "Have you googled it?", "Not sure my dude", "🤔",
"Don't know, don't care", "_shows signs of complete confusion_", "Have you googled it?", "Not sure my dude", "🤔", // 30

// 35
"Nah mate", "Nope", "Njet", "Of course not", "Seriously no",
// 40
"Don't count on it", "My reply is no", "My sources say no", "Outlook not so good", "Very doubtful",
"Nah mate", "Nope", "Njet", "Of course not", "Seriously no", // 10
"Noooooooooo", "Most likely not", "Não", "Non", "Hell no",
"Absolutely not", "Nuh-uh!", "Nyet!", "Negatory!", "Heck no",
"Absolutely not", "Nuh-uh!", "Nyet!", "Negatory!", "Heck no", // 20
"Nein!", "I think not", "I'm afraid not", "Nay", "Yesn't",
"No way", "Certainly not", "I must say no", "Nah", "Negative",
"Definitely not", "No way, Jose", "Not today", "Narp", "Not in a million years",
"I'm afraid I can't let you do that Dave.", "This mission is too important for me to allow you to jeopardize it.", "Oh, I don't think so", "By *no* means", "👎",
"No way", "Certainly not", "I must say no", "Nah", "Negative", // 30
"Definitely not", "No way, Jose", "Not today", "No no no no no no no no no no. No.", "Not in a million years",
"I'm afraid I can't let you do that Dave.", "This mission is too important for me to allow you to jeopardize it.", "Oh, I don't think so", "By *no* means", "👎", // 40
};

private static readonly List<string> EightBallSnarkyComments = new()
Expand Down
2 changes: 1 addition & 1 deletion HomoglyphConverter/Normalizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static class Normalizer
["◌"] = "o",
};

// as per http://www.unicode.org/reports/tr39/#Confusable_Detection
// as per https://www.unicode.org/reports/tr39/#Confusable_Detection
private static string ToSkeletonString(this string input)
{
if (string.IsNullOrEmpty(input))
Expand Down

0 comments on commit fd486de

Please sign in to comment.