]> git.donarmstrong.com Git - infobot.git/commitdiff
saTURDay is not profanity
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 9 Jul 2004 16:36:43 +0000 (16:36 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 9 Jul 2004 16:36:43 +0000 (16:36 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@995 c11ca15a-4712-0410-83d8-924469b57eb5

src/Misc.pl

index 843cbb59039b8463447df738c60e6526b626c934..df711d8734917f2d8211b8da0eaf3c0140600b28 100644 (file)
@@ -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;