From 6685c60e7c3d5b3b76590319a7b59acd5eece74b Mon Sep 17 00:00:00 2001 From: Richard Frost Date: Sun, 14 Apr 2019 21:19:57 -0600 Subject: [PATCH] :children_crossing: New default words and updates --- src/script/lib/config.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/script/lib/config.ts b/src/script/lib/config.ts index 3ed0afef..ea2ddd59 100644 --- a/src/script/lib/config.ts +++ b/src/script/lib/config.ts @@ -82,14 +82,18 @@ export default class Config { 'dammit': { matchMethod: 1, repeat: false, sub: 'dangit' }, 'damn': { matchMethod: 1, repeat: false, sub: 'dang' }, 'dumbass': { matchMethod: 1, repeat: true, sub: 'idiot' }, + 'fag': { matchMethod: 0, repeat: true, sub: 'slur' }, + 'faggot': { matchMethod: 1, repeat: true, sub: 'slur' }, + 'fags': { matchMethod: 0, repeat: true, sub: 'slurs' }, 'fuck': { matchMethod: 1, repeat: true, sub: 'fudge' }, 'goddammit': { matchMethod: 1, repeat: true, sub: 'goshdangit' }, 'hell': { matchMethod: 0, repeat: true, sub: 'heck' }, 'jackass': { matchMethod: 1, repeat: true, sub: 'idiot' }, 'jesus christ': { matchMethod: 1, repeat: true, sub: 'deity' }, 'jesus': { matchMethod: 1, repeat: true, sub: 'deity' }, - 'nigga': { matchMethod: 1, repeat: true, sub: 'ethnic slur' }, - 'nigger': { matchMethod: 1, repeat: true, sub: 'ethnic slur' }, + 'nigga': { matchMethod: 0, repeat: true, sub: 'ethnic slur' }, + 'nigger': { matchMethod: 0, repeat: true, sub: 'ethnic slur' }, + 'niggers': { matchMethod: 0, repeat: true, sub: 'ethnic slur' }, 'piss': { matchMethod: 1, repeat: true, sub: 'pee' }, 'pissed': { matchMethod: 1, repeat: true, sub: 'ticked' }, 'pussies': { matchMethod: 0, repeat: true, sub: 'softies' },