From 399b2d8846e23d7a351570ca2d656903144f6e53 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Sat, 2 May 2015 21:25:22 +0200 Subject: [PATCH] temporary removed source from images plugins --- plugins/boobs.lua | 3 ++- plugins/img_google.lua | 3 ++- plugins/img_google_nsfw.lua | 3 ++- plugins/wallpaper.lua | 3 ++- plugins/wallpaper_nsfw.lua | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/plugins/boobs.lua b/plugins/boobs.lua index 2685b58..e92101f 100644 --- a/plugins/boobs.lua +++ b/plugins/boobs.lua @@ -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 diff --git a/plugins/img_google.lua b/plugins/img_google.lua index ec63ec2..09f43a4 100644 --- a/plugins/img_google.lua +++ b/plugins/img_google.lua @@ -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 { diff --git a/plugins/img_google_nsfw.lua b/plugins/img_google_nsfw.lua index f048091..9e0e0f0 100644 --- a/plugins/img_google_nsfw.lua +++ b/plugins/img_google_nsfw.lua @@ -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 { diff --git a/plugins/wallpaper.lua b/plugins/wallpaper.lua index 34aef3d..f170e48 100644 --- a/plugins/wallpaper.lua +++ b/plugins/wallpaper.lua @@ -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 { diff --git a/plugins/wallpaper_nsfw.lua b/plugins/wallpaper_nsfw.lua index 04f0387..b8d31e1 100644 --- a/plugins/wallpaper_nsfw.lua +++ b/plugins/wallpaper_nsfw.lua @@ -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 {