finally sends the source

This commit is contained in:
Akamaru 2015-06-07 22:49:11 +02:00
parent 77c85822c7
commit e92183e680
6 changed files with 6 additions and 12 deletions

View File

@ -51,8 +51,7 @@ local function run(msg, matches)
if url ~= nil then if url ~= nil then
local receiver = get_receiver(msg) local receiver = get_receiver(msg)
send_photo_from_url(receiver, url) send_photo_from_url(receiver, url)
--return "Source: "..url return "Source: "..url
return "Bild wird gesendet!"
else else
return 'Keine Boobs/Butts gefunden.' return 'Keine Boobs/Butts gefunden.'
end end

View File

@ -37,8 +37,7 @@ function run(msg, matches)
print("Bilder-URL: ", url) print("Bilder-URL: ", url)
send_photo_from_url(receiver, url) send_photo_from_url(receiver, url)
--return "Source: "..url return "Source: "..url
return "Bild wird gesendet!"
end end
return { return {

View File

@ -38,8 +38,7 @@ function run(msg, matches)
print("Bilder-URL: ", url) print("Bilder-URL: ", url)
send_photo_from_url(receiver, url) send_photo_from_url(receiver, url)
--return "Source: "..url return "Source: "..url
return "Bild wird gesendet!"
end end
return { return {

View File

@ -37,8 +37,7 @@ function run(msg, matches)
print("Bilder-URL: ", url) print("Bilder-URL: ", url)
send_photo_from_url(receiver, url) send_photo_from_url(receiver, url)
--return "Source: "..url return "Source: "..url
return "Bild wird gesendet!"
end end
return { return {

View File

@ -37,8 +37,7 @@ function run(msg, matches)
print("Bilder-URL: ", url) print("Bilder-URL: ", url)
send_photo_from_url(receiver, url) send_photo_from_url(receiver, url)
--return "Source: "..url return "Source: "..url
return "Wallpaper wird gesendet!"
end end
return { return {

View File

@ -37,8 +37,7 @@ function run(msg, matches)
print("Bilder-URL: ", url) print("Bilder-URL: ", url)
send_photo_from_url(receiver, url) send_photo_from_url(receiver, url)
--return "Source: "..url return "Source: "..url
return "Wallpaper wird gesendet!"
end end
return { return {