From cf370b988c5e90f73d392a605f4779cf2cc688bb Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Tue, 23 Apr 2013 02:22:51 -0700 Subject: Chat fixes and smileys galore. --- ajax/chat.ajax.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ajax/chat.ajax.php') diff --git a/ajax/chat.ajax.php b/ajax/chat.ajax.php index 8f739d1..97db510 100644 --- a/ajax/chat.ajax.php +++ b/ajax/chat.ajax.php @@ -172,8 +172,7 @@ function chatFilter($chat) { $chat = str_ireplace("4chan", "NEWT GINGRICH", $chat); $chat = str_ireplace("nigger", "classy gentleman", $chat); $chat = str_ireplace("pedophile", "Optimus Prime", $chat); - $chat = str_ireplace("pedo", "Optimus Prime", $chat); - $chat = str_ireplace("rape", "shake hands with", $chat); + $chat = str_ireplace(" rape", " shake hands with", $chat); //Easter Eggs $chat = str_ireplace("i just pwned Snap", "Snap just totally pwned me ^^", $chat); -- cgit v1.2.3