From 75d721cca0c3f81e982b4ba6cc4b427c21c26559 Mon Sep 17 00:00:00 2001 From: Miikka Virtanen Date: Sat, 20 May 2017 19:44:09 +0300 Subject: [PATCH] More ignored words! --- src/threads.js | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/threads.js b/src/threads.js index 140cf24..7b50d65 100644 --- a/src/threads.js +++ b/src/threads.js @@ -13,7 +13,20 @@ const accidentalThreadMessages = [ 'thanx', 'thnx', 'thx', - 'tnx' + 'tnx', + 'ok thank you', + 'ok thanks', + 'ok ty', + 'ok thanx', + 'ok thnx', + 'ok thx', + 'okay thank you', + 'okay thanks', + 'okay ty', + 'okay thanx', + 'okay thnx', + 'ok thx', + 'cheers' ]; /**