Upstream
This commit is contained in:
commit
20faf1a411
@ -310,6 +310,7 @@ function create_plugin_set()
|
|||||||
'control',
|
'control',
|
||||||
'about',
|
'about',
|
||||||
'id',
|
'id',
|
||||||
|
'creds',
|
||||||
'echo',
|
'echo',
|
||||||
'banhammer',
|
'banhammer',
|
||||||
'channels',
|
'channels',
|
||||||
|
@ -53,7 +53,7 @@ end
|
|||||||
function gSearch:action(msg, config)
|
function gSearch:action(msg, config)
|
||||||
local input = utilities.input_from_msg(msg)
|
local input = utilities.input_from_msg(msg)
|
||||||
if not input then
|
if not input then
|
||||||
utilities.send_reply(self, msg, gImages.doc, true)
|
utilities.send_reply(self, msg, gSearch.doc, true)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user