diff --git a/plugins/help.lua b/plugins/help.lua index 36fea8b..23fb1a5 100644 --- a/plugins/help.lua +++ b/plugins/help.lua @@ -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