another quick fix
This commit is contained in:
parent
3c07988c89
commit
c99412f814
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user