diff options
Diffstat (limited to 'ajax/chat.ajax.php')
-rw-r--r-- | ajax/chat.ajax.php | 3 |
1 files changed, 1 insertions, 2 deletions
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);
|