From 95e181a300f0370968430d5e7c4f30ddd7ce38e1 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Fri, 17 Jul 2020 21:05:23 -0400
Subject: added another cyrillic lookalike
---
examples/nword.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'examples')
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]+');
--
cgit