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:
parent
9fb1b05488
commit
9b8837c05a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user