fixed help
This commit is contained in:
parent
ef5469f62a
commit
e67164972b
@ -20,7 +20,7 @@ function PLUGIN.action(msg)
|
|||||||
if input then
|
if input then
|
||||||
for i,v in ipairs(plugins) do
|
for i,v in ipairs(plugins) do
|
||||||
if v.doc then
|
if v.doc then
|
||||||
if '!' .. input == trim_string(first_word(v.doc)) then
|
if '/' .. input == trim_string(first_word(v.doc)) then
|
||||||
return send_msg(msg, v.doc)
|
return send_msg(msg, v.doc)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user