Files
copyrighttxt 05211f73ef add web
2026-07-06 13:28:00 -04:00

90 lines
1.2 KiB
Python

BadWords = [
"nigger",
"nigga",
"niggers",
"niggas",
"niggs",
"niger",
"faggot",
"fag",
"nigg",
"nig",
"sex",
"cp",
"child",
"porn",
"dick",
"penis",
"nig/ger",
"nig/ga",
"rape",
"retard",
"retarded",
"retards",
"isis",
"allahu",
"akbar",
"beastiality",
"buttfuck",
"circlejerk",
"cum",
"cummer",
"cumming",
"cumshot",
"dicks",
"dildo",
"ejaculating",
"ejaculation",
"ejaculat",
"fuk",
"gangbang",
"gay",
"horny",
"pussy",
"vagina",
"jackoff",
"kkk",
"jizz",
"kum",
"molest",
"molester",
"pedo",
"pedophile",
"pissing",
"piss",
"pornography",
"sperm",
"cock",
"69420",
"6969",
"69 69",
"420",
"hentai",
"yaoi",
"boobs",
"boob",
"nipples",
"nipple",
"negro",
"n1gg3r",
".ct8",
"ct8",
".pl",
"hitler",
"borderhopper",
"border hopper",
"nigar"
]
ExtendedBadWords = [
"fuck",
"fucking",
"fucks",
"shit",
"horny",
" fu.ck ",
" fuc.k ",
" f.u.c.k ",
" f.uck "
]