Skip to content

Commit

Permalink
🚸 New default words and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
richardfrost committed Apr 15, 2019
1 parent 0d27222 commit 6685c60
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/script/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down

0 comments on commit 6685c60

Please sign in to comment.