From f9446287d424e9c094e174b4c39d88b03efe7604 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Thu, 7 Mar 2013 05:50:59 -0600 Subject: small cleanup --- ajax/chat.ajax.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ajax') diff --git a/ajax/chat.ajax.php b/ajax/chat.ajax.php index 95bcacd..7f5684c 100644 --- a/ajax/chat.ajax.php +++ b/ajax/chat.ajax.php @@ -123,7 +123,6 @@ if ($_REQUEST['getChatFromID']) { } exit; - function prepareChatData($data) { if ($data) { foreach($data as &$user) { @@ -135,7 +134,6 @@ function prepareChatData($data) { return $data; } - function chatFilter($chat) { //cuss words $chat = str_ireplace("fuck you", "i am moron", $chat); @@ -172,8 +170,4 @@ function chatFilter($chat) { $chat = str_ireplace("rape", "shake hands with", $chat); return $chat; } - - - - ?> \ No newline at end of file -- cgit v1.2.3