From d4cc51e988ef84f03bd9a4938fde68af41705aa7 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Thu, 18 Apr 2013 01:58:52 -0700 Subject: Cow DooDoo ^_^. --- ajax/chat.ajax.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ajax/chat.ajax.php b/ajax/chat.ajax.php index c909754..8f739d1 100644 --- a/ajax/chat.ajax.php +++ b/ajax/chat.ajax.php @@ -148,7 +148,8 @@ function chatFilter($chat) { $chat = preg_replace("/^suck\s*my.*(cock|dick|penis)/i", "join me in a riveting game of checkers", $chat); //suck my dick $chat = str_ireplace("damn", "dumb", $chat); - $chat = str_ireplace("shit", "dumb", $chat); + $chat = str_ireplace("bull shit", "cow doodoo of the male variety", $chat); + $chat = str_ireplace("shit", "poo", $chat); $chat = str_ireplace("sucks ass", "is dumb", $chat); $chat = str_ireplace("suck ass", "are dumb", $chat); $chat = str_ireplace("damnit", "do'h", $chat); -- cgit v1.2.3