From 216f6c9d87f639fa25172f00700fd17695acf8c6 Mon Sep 17 00:00:00 2001 From: Whit J Date: Fri, 13 Jun 2014 18:13:31 -0700 Subject: [PATCH] Update is_profane.module --- modules/custom/is_profane/is_profane.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/custom/is_profane/is_profane.module b/modules/custom/is_profane/is_profane.module index 7475416af..39f5be634 100644 --- a/modules/custom/is_profane/is_profane.module +++ b/modules/custom/is_profane/is_profane.module @@ -86,16 +86,16 @@ function is_profane_terms_default() { 'ass', 'bastard', 'bigot', 'bimbo', 'bitch', 'blackie', 'bonehead', 'breeder', 'camel jockey', 'carpet muncher', 'chinaman', 'cock', 'coon', 'cracker', 'crip', 'cunt', 'dago', 'damn', 'dick', 'dink', 'douche', - 'downy', 'dyke', 'faggot', 'fascist', 'fat ass', 'fenian', + 'douchebag', 'downy', 'dyke', 'faggot', 'fascist', 'fat ass', 'fenian', 'fudge packer', 'fruitcake', 'fuck', 'gigolo', 'gimp', 'gook', 'gringo', 'guido', 'hayseed', 'hick', 'hillbilly', 'holy roller', 'honkey', 'hooch', 'hun', 'hymie', 'idiot', 'imbecile', 'injun', 'jap', 'freak', 'kike', 'kraut', 'limey', 'louse', 'macaca', 'masochist', 'midget', 'motherfucker', 'mullato', 'mussie', 'nazi', 'nigger', 'paddy', 'paki', - 'papist', 'pervert', 'pinhead', 'pinko', 'piss', 'polack', 'prod', 'pussy', - 'raghead', 'redneck', 'redskin', 'retard', 'russki', + 'papist', 'pervert', 'pinhead', 'pinko', 'piss', 'polack', 'prod', 'prude', 'pussy', + 'raghead', 'redneck', 'redskin', 'retard', 'retarded', 'russki', 'sadist', 'shit', 'schizo', 'schmuck', 'scumbag', 'shit', 'skank', 'spic', - 'towel head', 'twat', 'wanker', 'wetback', + 'towel head', 'twat', 'wank', 'wanker', 'wetback', 'whitey', 'white trash', 'whore', 'wigger', 'wingnut', 'wop', ); return implode(", ", $profane);