From c99412f814a1a0e34dbecdd62df950da66794b74 Mon Sep 17 00:00:00 2001 From: dupie Date: Wed, 8 Jul 2015 03:46:03 -0400 Subject: [PATCH] another quick fix --- plugins/help.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)