plugins/SpecialUserFuncs.php
changeset 989 79d558a94798
parent 987 b13a42ebaefb
child 1032 9e61f16a8e47
--- 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) )
     {