diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-07-17 21:05:23 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-07-17 21:05:23 -0400 |
commit | 95e181a300f0370968430d5e7c4f30ddd7ce38e1 (patch) | |
tree | 50a52142baf0842781fadae40171ed06ca498541 | |
parent | 69b0dcc874dadc81848b26820f3bdf15cb86e3a7 (diff) |
added another cyrillic lookalike
-rw-r--r-- | examples/nword.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nword.js b/examples/nword.js index 1316db2..0ada6f8 100644 --- a/examples/nword.js +++ b/examples/nword.js @@ -57,7 +57,7 @@ main.on('tileUpdate', (send, source, tiles)=>{ } }); -makeclean('','BL[A\u0410]CK N[I\u0406]GG[E\u0415]RS'); +makeclean('','BL[A\u0410][C\u0421]K N[I\u0406]GG[E\u0415]RS'); makeclean('I am racist', '[Nn]+ *[1Ii]+ *[Gg]+ *[Gg]+ *([3Ee]+ *[Rr]+|[4@Aa]+)'); makeclean('I am ableist', '[Rr]+ *[3Ee]+ *[Tt]+ *[4@Aa]+ *[Rr]+ *[Dd]+'); |