fixed gifeye.lua

This commit is contained in:
Akamaru 2015-07-19 18:57:50 +02:00
parent e776c1ccb0
commit efe6c82ddc
1 changed files with 0 additions and 4 deletions

View File

@ -1,12 +1,8 @@
local function run(msg, matches)
local receiver = get_receiver(msg)
local url = 'http://i.gifeye.com/'..matches[1]..'.gif'
if not file_path then
return 'Kein GIF gefunden'
else
print("GIF URL: "..url)
send_document_from_url(receiver, url)
end
end
return {