diff --git a/plugins/help.lua b/plugins/help.lua index 2141a2f..8f0248f 100644 --- a/plugins/help.lua +++ b/plugins/help.lua @@ -12,7 +12,7 @@ PLUGIN.triggers = { function PLUGIN.action(msg) - if string.find(msg.text, '@') and not string.match('help@'..bot.username) then return end + if string.find(msg.text, '@') and not string.match(msg.text, 'help@'..bot.username) then return end local input = get_input(msg.text)