mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-23 19:42:04 -05:00
Adding new words
This commit is contained in:
parent
030aa9631d
commit
15d2513ca6
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ client.user.setPresence(presence);
|
|||
}
|
||||
|
||||
if (expletiveFilter) {
|
||||
var exp = msg.search(/(\s|^)(shit|shite|shitty|bullshit|fuck|fucking|ass|penis|cunt|faggot|damn|wank|wanker|nigger|bastard|piss|vagina|thisisnotarealwordbutatestword|aleesucks|hentai|asl|a55|anal|ballsack|bong|cocaine|cum|dick|dp|pedo|pube|rape|scat|semen|testes|tits|anus|arse|bitch|b1tch|b17ch|boob|cock|foreskin|hardon|horny|porn|wtf|masturbating|raping|fucked)(\s|$)/i);
|
||||
var exp = msg.search(/(\s|^)(shit|shite|shitty|bullshit|fuck|fucking|ass|penis|cunt|faggot|damn|wank|wanker|nigger|bastard|piss|vagina|thisisnotarealwordbutatestword|aleesucks|hentai|asl|a55|anal|ballsack|bong|cocaine|cum|dick|dp|pedo|pube|rape|scat|semen|testes|tits|anus|arse|bitch|b1tch|b17ch|boob|cock|foreskin|hardon|horny|porn|wtf|masturbating|raping|fucked|kys)(\s|$)/i);
|
||||
if (exp != -1) { //Gah! They're not supposed to say that!
|
||||
switch (Math.floor(Math.random() * 1000) % 5) {
|
||||
case 0:
|
||||
|
|
Loading…
Add table
Reference in a new issue