summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ajax/chat.ajax.php3
1 files changed, 2 insertions, 1 deletions
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);