From d8571451d2d805e625d94c6497ec54557b3bb48d Mon Sep 17 00:00:00 2001 From: "dave.foster" Date: Fri, 30 Apr 2010 14:41:04 +0000 Subject: [PATCH] mistakenly removed this hax --- buttbot.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buttbot.pl b/buttbot.pl index 79efb34..f677371 100755 --- a/buttbot.pl +++ b/buttbot.pl @@ -483,7 +483,7 @@ sub _was_string_butted { # we can't trust whitespace, since we might have trimmed it differently. $in =~ s/\s+//g; $out =~ s/\s+//g; - return (lc($in) ne lc($out)) && ($out =~ m/\Q$meme\E/i); + return (lc($in) ne lc($out)); } sub might_be_a_bot {