fixed help

This commit is contained in:
dupie 2015-07-08 19:59:35 -04:00
parent ef5469f62a
commit e67164972b

View File

@ -20,7 +20,7 @@ function PLUGIN.action(msg)
if input then
for i,v in ipairs(plugins) do
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)
end
end