Author | Message | Time |
---|---|---|
iago | I know I've seen this before, but I can't find it for searching the forums (I think it was on the old forums, perhaps?), but I'm looking for the profanity filter stuff, such as fuck = !&$%, nigger = !@!@&#, etc | July 16, 2003, 3:46 PM |
Grok | [code] void decensor(char *txt) { replace(txt, "!@!@!%", "faggot"); replace(txt, "!@!@#", "nigga"); replace(txt, "!@!@&#", "nigger"); replace(txt, "$%$", "kkk"); replace(txt, "$%&!", "klux"); replace(txt, "$!$%", "cock"); replace(txt, "%@$%", "dick"); replace(txt, "!&!@$", "penis"); replace(txt, "@$%!@%&", "asshole"); replace(txt, "!@!@%&", "nipple"); replace(txt, "$%&%", "slut"); replace(txt, "!@!#&", "whore"); replace(txt, "%&$#@#!", "lesbian"); replace(txt, "#@%$!", "bitch"); replace(txt, "$!@%", "shit"); replace(txt, "!&$%@", "pussy"); replace(txt, "!&$%", "fuck"); replace(txt, "%@%&!", "dildo"); replace(txt, "$&!%", "cunt"); replace(txt, "$%@%", "clit"); replace(txt, "@$%!@!&", "asswipe"); replace(txt, "!#!@$&", "orgasm"); replace(txt, "!@!@!@", "vagina"); replace(txt, "$@$&", "kike"); replace(txt, "&#&$%", "erect"); } [/code] | July 16, 2003, 3:56 PM |
Arta | Slightly more complete, but i think this list is missing a few also: [code] !&$%@ => pussy $!@% => shit #@%$! => bitch !@!#& => whore %@$% => dick !@!@%& => nipple $!$% => cock $!@% => shit $&!% => cunt !&!@$ => penis !@!@!@ => vagina !@!@&# => nigger !@!@# => nigga @$%!@%& => asshole $%$ => kkk $%@% => clit !&$% => fuck !@!@!% => faggot $%&! => klux %@%&! => dildo &@$%&#$@% => masturbat &#&$% => erect $%&% => slut $@$& => kike %&$#@#! => lesbian $!@!$ => chink !#!@$& => orgasm @$%!@!& => asswipe !@!$ => gook [/code] | July 16, 2003, 5:03 PM |
iago | "kike"? Dictionary.com: [quote]kike ( P ) Pronunciation Key (kk) n. Offensive Slang Used as a disparaging term for a Jew[/quote] I would like to take this opportunity to thank battle.net for teaching me a new word :-) And thanks to both of you for the lists! :-D | July 17, 2003, 2:36 AM |
Camel | I think I learned "kike" from southpark or some similar show when I was 12. Oh, the beautiful memories. | July 17, 2003, 8:07 AM |
Yoni | [quote author=Camel link=board=17;threadid=1931;start=0#msg15048 date=1058429270] I think I learned "kike" from southpark or some similar show when I was 12. Oh, the beautiful memories. [/quote] Quite surprisingly, they never used the word "kike" on South Park. | July 17, 2003, 11:38 PM |
R.a.B.B.i.T | they used "meecrob" or something though....you should add that :O | July 17, 2003, 11:41 PM |
Camel | [quote author=Yoni link=board=17;threadid=1931;start=0#msg15096 date=1058485093] [quote author=Camel link=board=17;threadid=1931;start=0#msg15048 date=1058429270] I think I learned "kike" from southpark or some similar show when I was 12. Oh, the beautiful memories. [/quote] Quite surprisingly, they never used the word "kike" on South Park. [/quote] Wow, a search on google for "southpark kike" returned only 37 results. I would have thought someone would come up with Cartman saying, "Shut up Kyle, you stupid kike!" | July 18, 2003, 1:17 AM |