summaryrefslogtreecommitdiffstats
path: root/ajax
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-03-07 05:50:59 -0600
committerBlueRaja <BlueRaja.admin@gmail.com>2013-03-07 05:50:59 -0600
commitf9446287d424e9c094e174b4c39d88b03efe7604 (patch)
tree8d7bb2a46178b4a1abd9280674d34a4fd5c0f2b2 /ajax
parentc230abd1f7ecc1139f9bef92208eced6849b2c78 (diff)
downloadpathery-f9446287d424e9c094e174b4c39d88b03efe7604.tar.xz
small cleanup
Diffstat (limited to 'ajax')
-rw-r--r--ajax/chat.ajax.php6
1 files changed, 0 insertions, 6 deletions
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