aboutsummaryrefslogtreecommitdiff
path: root/examples/nword.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nword.js')
-rw-r--r--examples/nword.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/nword.js b/examples/nword.js
index 2a4e2ce..d42d0d4 100644
--- a/examples/nword.js
+++ b/examples/nword.js
@@ -54,8 +54,8 @@ main.on('tileUpdate', (send, source, tiles)=>{
}
});
-makeclean('I am racist', '[Nn] *[Ii] *[Gg] *[Gg] *([Ee] *[Rr]|[Aa])');
-makeclean('I am ableist', '[Rr] *[Ee] *[Tt] *[Aa] *[Rr] *[Dd]');
+makeclean('I am racist', '[Nn] *[1Ii] *[Gg] *[Gg] *([3Ee] *[Rr]|[4@Aa])');
+makeclean('I am ableist', '[Rr] *[3Ee] *[Tt] *[4@Aa] *[Rr] *[Dd]');
let lecture = {};
function makeclean(resp, reg){