temporary removed source from images plugins

This commit is contained in:
Akamaru 2015-05-02 21:25:22 +02:00
parent 4352c2297d
commit 399b2d8846
5 changed files with 10 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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