1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

Add auto-respond for "patreon"

This commit is contained in:
Matthew 2018-11-09 11:25:50 -05:00 committed by GitHub
parent 9fb1b05488
commit 9b8837c05a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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