From 887facf6a43c0b15e28e1a2471bf30da5649a716 Mon Sep 17 00:00:00 2001 From: Miikka Virtanen Date: Sat, 20 May 2017 19:45:22 +0300 Subject: [PATCH] Even more ignored words! --- src/threads.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/threads.js b/src/threads.js index 7b50d65..4894d8d 100644 --- a/src/threads.js +++ b/src/threads.js @@ -20,12 +20,24 @@ const accidentalThreadMessages = [ 'ok thanx', 'ok thnx', 'ok thx', + 'ok no problem', + 'ok np', 'okay thank you', 'okay thanks', 'okay ty', 'okay thanx', 'okay thnx', - 'ok thx', + 'okay thx', + 'okay no problem', + 'okay np', + 'okey thank you', + 'okey thanks', + 'okey ty', + 'okey thanx', + 'okey thnx', + 'okey thx', + 'okey no problem', + 'okey np', 'cheers' ];