From 08c3331ef059eaeb8a6110d7d822837e0c76a4be Mon Sep 17 00:00:00 2001 From: timriker Date: Fri, 9 Jul 2004 16:36:43 +0000 Subject: [PATCH] saTURDay is not profanity git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@995 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Misc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Misc.pl b/src/Misc.pl index 843cbb5..df711d8 100644 --- a/src/Misc.pl +++ b/src/Misc.pl @@ -575,7 +575,7 @@ sub hasProfanity { for (lc $string) { /fuck/ and last; /dick|dildo/ and last; - /shit|turd|crap/ and last; + /shit/ and last; /pussy|[ck]unt/ and last; /wh[0o]re|bitch|slut/ and last; -- 2.39.5