Upstream
This commit is contained in:
commit
20faf1a411
@ -310,6 +310,7 @@ function create_plugin_set()
|
||||
'control',
|
||||
'about',
|
||||
'id',
|
||||
'creds',
|
||||
'echo',
|
||||
'banhammer',
|
||||
'channels',
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user