mistakenly removed this hax

This commit is contained in:
dave.foster 2010-04-30 14:41:04 +00:00
parent a09564d66e
commit d8571451d2
1 changed files with 1 additions and 1 deletions

View File

@ -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 {