This commit is contained in:
Andreas Bielawski 2016-08-22 21:16:50 +02:00
commit 20faf1a411
2 changed files with 2 additions and 1 deletions

View File

@ -310,6 +310,7 @@ function create_plugin_set()
'control',
'about',
'id',
'creds',
'echo',
'banhammer',
'channels',

View File

@ -53,7 +53,7 @@ end
function gSearch:action(msg, config)
local input = utilities.input_from_msg(msg)
if not input then
utilities.send_reply(self, msg, gImages.doc, true)
utilities.send_reply(self, msg, gSearch.doc, true)
return
end