From b83c569af419a17f63d23e6ade2d24f2699a40d6 Mon Sep 17 00:00:00 2001 From: Adam R Grey Date: Tue, 18 Apr 2023 20:55:22 -0400 Subject: [PATCH] more snark --- Program.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Program.cs b/Program.cs index aaa24b9..9c4782a 100644 --- a/Program.cs +++ b/Program.cs @@ -218,6 +218,14 @@ namespace silverworker_discord { message.ReplyAsync("that's not what cognitive dissonance means. Did you mean \"hypocrisy\"?"); } + if(mentionedMe && Regex.IsMatch(msgText, "what'?s the longest (six|6)(-| )?letter word( in english)?\\b")) + { + Task.Run(async () => { + await message.Channel.SendMessageAsync("mother."); + await Task.Delay(3000); + await message.Channel.SendMessageAsync("oh, longest? I thought you said fattest."); + }); + } if (Regex.IsMatch(msgText, "\\bthank (yo)?u\\b", RegexOptions.IgnoreCase) && (mentionedMe || Regex.IsMatch(msgText, "\\b(sh?tik)?bot\\b", RegexOptions.IgnoreCase))) {