From f859baa3137b1d16f7252947554c51c58daf2b90 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Wed, 27 Mar 2013 15:38:44 -0700 Subject: BUGFIX: Chat eating messages. Also removed 'the supermarket'. Hell, it's about time. --- ajax/chat.ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ajax') diff --git a/ajax/chat.ajax.php b/ajax/chat.ajax.php index 7f5684c..415c517 100644 --- a/ajax/chat.ajax.php +++ b/ajax/chat.ajax.php @@ -159,7 +159,7 @@ function chatFilter($chat) { $chat = str_ireplace("vagina", "femur bone", $chat); $chat = str_ireplace("cunt", "femur bone", $chat); - $chat = str_ireplace("hell", "the supermarket", $chat); + //$chat = str_ireplace("hell", "the supermarket", $chat); $chat = str_ireplace("whore", "entrepreneur", $chat); $chat = str_ireplace("stfu", "be still my beating heart", $chat); $chat = str_ireplace("omfg", "omg", $chat); -- cgit v1.2.3