another quick fix

This commit is contained in:
dupie 2015-07-08 03:46:03 -04:00
parent 3c07988c89
commit c99412f814

View File

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