diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-04-18 01:58:52 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-04-18 01:58:52 -0700 |
commit | d4cc51e988ef84f03bd9a4938fde68af41705aa7 (patch) | |
tree | cded1a3e14b8025bf2055268bc1f1117c26b8e26 /ajax/chat.ajax.php | |
parent | 5f55b38cb19aa4bf4c1c56d8e3080d7b7834e27e (diff) | |
download | pathery-d4cc51e988ef84f03bd9a4938fde68af41705aa7.tar.xz |
Cow DooDoo ^_^.
Diffstat (limited to 'ajax/chat.ajax.php')
-rw-r--r-- | ajax/chat.ajax.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ajax/chat.ajax.php b/ajax/chat.ajax.php index c909754..8f739d1 100644 --- a/ajax/chat.ajax.php +++ b/ajax/chat.ajax.php @@ -148,7 +148,8 @@ function chatFilter($chat) { $chat = preg_replace("/^suck\s*my.*(cock|dick|penis)/i", "join me in a riveting game of checkers", $chat); //suck my dick
$chat = str_ireplace("damn", "dumb", $chat);
- $chat = str_ireplace("shit", "dumb", $chat);
+ $chat = str_ireplace("bull shit", "cow doodoo of the male variety", $chat);
+ $chat = str_ireplace("shit", "poo", $chat);
$chat = str_ireplace("sucks ass", "is dumb", $chat);
$chat = str_ireplace("suck ass", "are dumb", $chat);
$chat = str_ireplace("damnit", "do'h", $chat);
|