From: timriker Date: Fri, 9 Jul 2004 16:36:43 +0000 (+0000) Subject: saTURDay is not profanity X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3e1d743da2bbb8db279dd38ee154cec99a4c2b4f;p=infobot.git saTURDay is not profanity git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@995 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/Misc.pl b/blootbot/src/Misc.pl index 843cbb5..df711d8 100644 --- a/blootbot/src/Misc.pl +++ b/blootbot/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;