post source link in gifeye.lua

This commit is contained in:
Akamaru 2015-07-19 19:11:00 +02:00
parent 22169266c0
commit b59e3bf057
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ local function run(msg, matches)
local url = 'http://i.gifeye.com/'..matches[1]..'.gif'
print("GIF URL: "..url)
send_document_from_url(receiver, url)
return 'Source: http://gifeye.com/'..matches[1]
end
return {