From 7364c38b3a763d10f1117d6ec13d1c09f9effae8 Mon Sep 17 00:00:00 2001 From: Adam R Grey Date: Wed, 1 Mar 2023 18:00:56 -0500 Subject: [PATCH] more snark: that's not what gaslighting means --- Program.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 5bd91f5..c94b137 100644 --- a/Program.cs +++ b/Program.cs @@ -188,6 +188,10 @@ namespace silverworker_discord } } + if (Regex.IsMatch(msgText, "\\bgaslight(ing)?\\b", RegexOptions.IgnoreCase)) + { + message.Channel.SendMessageAsync("that's not what gaslight means. Did you mean \"say something you believe is wrong\"?"); + } if (msgText.Contains("!qrplz ")) { Features.qrify(message.Content.Substring("!qrplz ".Length + msgText.IndexOf("!qrplz ")), message); @@ -202,7 +206,7 @@ namespace silverworker_discord } if (msgText.Contains("cognitive dissonance") == true) { - message.ReplyAsync("that's not what cognitive dissonance means."); + message.ReplyAsync("that's not what cognitive dissonance means. Did you mean \"hypocrisy\"?"); } if (Regex.IsMatch(msgText, "\\bthank (yo)?u\\b", RegexOptions.IgnoreCase) && (mentionedMe || Regex.IsMatch(msgText, "\\b(sh?tik)?bot\\b", RegexOptions.IgnoreCase)))