summaryrefslogtreecommitdiffstats
path: root/ajax/chat.ajax.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-03-27 15:38:44 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-03-27 15:38:44 -0700
commitf859baa3137b1d16f7252947554c51c58daf2b90 (patch)
tree711b1a17913920cd54d52aef8da3d0c917d90b08 /ajax/chat.ajax.php
parentdf4c55fc90528c136d72fe2684ed797cba2c40ef (diff)
downloadpathery-f859baa3137b1d16f7252947554c51c58daf2b90.tar.xz
BUGFIX: Chat eating messages. Also removed 'the supermarket'. Hell, it's about time.
Diffstat (limited to 'ajax/chat.ajax.php')
-rw-r--r--ajax/chat.ajax.php2
1 files changed, 1 insertions, 1 deletions
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);