temporary removed source from images plugins
This commit is contained in:
parent
4352c2297d
commit
399b2d8846
@ -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
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user