diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-04-23 02:22:51 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-04-23 02:22:51 -0700 |
commit | cf370b988c5e90f73d392a605f4779cf2cc688bb (patch) | |
tree | 4f1a10c950e17155438b5330817c905c742f621e /ajax | |
parent | 529588b8424fab2c5862cfb9844ade7c98ab19b4 (diff) | |
download | pathery-cf370b988c5e90f73d392a605f4779cf2cc688bb.tar.xz |
Chat fixes and smileys galore.
Diffstat (limited to 'ajax')
-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);
|