diff -r 11960d9b0087 -r 79d558a94798 plugins/SpecialUserFuncs.php --- a/plugins/SpecialUserFuncs.php Fri May 15 17:24:19 2009 -0400 +++ b/plugins/SpecialUserFuncs.php Fri May 15 19:52:12 2009 -0400 @@ -1368,7 +1368,7 @@ $code = $session->generate_captcha_code(); // Avoid letting our captchas end up on failblog.org // BTW, the last one was a real-life encounter: http://files.ha.xx0r.info/murder.png - foreach ( array('shit', 'cock', 'fuck', 'nazi', 'cunt', 'pussy', 'penis', 'piss', 'tits', 'murder') as $word ) + foreach ( array('shit', 'cock', 'fuck', 'nazi', 'cunt', 'clit', 'pussy', 'penis', 'piss', 'tits', 'murder') as $word ) { if ( stristr($code, $word) ) {