Skip to content

Commit

Permalink
badwords: fix some patterns, add user name => username
Browse files Browse the repository at this point in the history
Closes #436
  • Loading branch information
bagder committed Feb 6, 2024
1 parent 4b94dc5 commit 2451dbc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions badwords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,16 @@ isation:ization
it's:it is
there's:there is
\. And: Rewrite it somehow?
file name :filename
\. So : Rewrite without "so" ?
dir :directory
you'd:you would
you'll:you will
can't:cannot
that's:that is
web page:webpage
host name\W:hostname
file name\W:filename
host name\b:hostname
file name\b:filename
user name\b:username
host names\b:hostnames
file names\b:filenames
user names\b:usernames

0 comments on commit 2451dbc

Please sign in to comment.