From 9b8837c05ae07d948df012dcb2f043c7c345006f Mon Sep 17 00:00:00 2001 From: Matthew Date: Fri, 9 Nov 2018 11:25:50 -0500 Subject: [PATCH] Add auto-respond for "patreon" --- control.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/control.lua b/control.lua index 8b1ba126..d3fc89c8 100644 --- a/control.lua +++ b/control.lua @@ -145,6 +145,10 @@ local function hodor(event) player.print('Did you ask about our discord server?') player.print('You can find it here: redmew.com/discord') end + if message:match('patreon') then + player.print('Did you ask about our patreon?') + player.print('You can find it here: patreon.com/redmew') + end if global.naughty_words_enabled then local naughty_words = global.naughty_words