From 10bf989256256779671256e14776f71c66ad1ae5 Mon Sep 17 00:00:00 2001 From: "Daniel K. Jones" Date: Thu, 27 Aug 2020 09:58:25 +1000 Subject: [PATCH 1/2] Makes the pluralised 'mates' available in singular form --- src/app/bot/greeting/GreetingRegexList.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/bot/greeting/GreetingRegexList.ts b/src/app/bot/greeting/GreetingRegexList.ts index d7ad495..dfcbe88 100644 --- a/src/app/bot/greeting/GreetingRegexList.ts +++ b/src/app/bot/greeting/GreetingRegexList.ts @@ -11,10 +11,10 @@ const sharedGreetings = [ 'woo', 'yay', 'onya', - 'cheers( mates?)?', + 'cheers( mate(s?)?)?', 'ta', 'you beaut', - 'good on ya( mates?)?', + 'good on ya( mate(s?)?)?', 'tha?n?x( to)?', 'ty', 'team player( award)?', From 4234f355cf9de9773a6162b42df05e4a798734f5 Mon Sep 17 00:00:00 2001 From: "Daniel K. Jones" Date: Thu, 27 Aug 2020 09:59:00 +1000 Subject: [PATCH 2/2] Add thx as a dimebot trigger --- src/app/bot/greeting/GreetingRegexList.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/bot/greeting/GreetingRegexList.ts b/src/app/bot/greeting/GreetingRegexList.ts index dfcbe88..683ff0d 100644 --- a/src/app/bot/greeting/GreetingRegexList.ts +++ b/src/app/bot/greeting/GreetingRegexList.ts @@ -13,6 +13,7 @@ const sharedGreetings = [ 'onya', 'cheers( mate(s?)?)?', 'ta', + 'thx', 'you beaut', 'good on ya( mate(s?)?)?', 'tha?n?x( to)?',