From 7948f127614fa1b368a51d71e4f61debac71c286 Mon Sep 17 00:00:00 2001 From: Miikka Virtanen Date: Fri, 19 May 2017 15:27:28 +0300 Subject: [PATCH] More ignored words for new threads --- src/threads.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/threads.js b/src/threads.js index 61a4ac5..7a19b9a 100644 --- a/src/threads.js +++ b/src/threads.js @@ -9,7 +9,9 @@ const accidentalThreadMessages = [ 'thanks', 'ty', 'k', - 'thank you' + 'thank you', + 'thanx', + 'thx' ]; /**