From a63a3fcb5872e9844b23d34bb7388fb844c7bff6 Mon Sep 17 00:00:00 2001 From: Adam R Grey Date: Tue, 23 Jan 2024 14:12:52 -0500 Subject: [PATCH] "just google it" general snark disabled "temporarily" --- Behavior/GeneralSnarkGooglit.cs | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Behavior/GeneralSnarkGooglit.cs b/Behavior/GeneralSnarkGooglit.cs index 2d5ba68..0a17455 100644 --- a/Behavior/GeneralSnarkGooglit.cs +++ b/Behavior/GeneralSnarkGooglit.cs @@ -20,11 +20,15 @@ public class GeneralSnarkGooglit : Behavior public override bool ShouldAct(Message message) { - if(Behaver.Instance.IsSelf(message.Author.Id)) - return false; - - return Regex.IsMatch(message.Content, $"(just )?google( (it|that|things|before))?\\b", RegexOptions.IgnoreCase); + return false; } + // public override bool ShouldAct(Message message) + // { + // if(Behaver.Instance.IsSelf(message.Author.Id)) + // return false; + + // return Regex.IsMatch(message.Content, $"(just )?google( (it|that|things|before))?\\b", RegexOptions.IgnoreCase); + // } public override async Task ActOn(Message message) {