finally sends the source
This commit is contained in:
parent
77c85822c7
commit
e92183e680
@ -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
|
||||||
|
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
Reference in New Issue
Block a user