post source link in gifeye.lua
This commit is contained in:
parent
22169266c0
commit
b59e3bf057
@ -3,6 +3,7 @@ local function run(msg, matches)
|
|||||||
local url = 'http://i.gifeye.com/'..matches[1]..'.gif'
|
local url = 'http://i.gifeye.com/'..matches[1]..'.gif'
|
||||||
print("GIF URL: "..url)
|
print("GIF URL: "..url)
|
||||||
send_document_from_url(receiver, url)
|
send_document_from_url(receiver, url)
|
||||||
|
return 'Source: http://gifeye.com/'..matches[1]
|
||||||
end
|
end
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
Reference in New Issue
Block a user