From 7534694efc93ead2f7e451b8eb275fbb84243f0e Mon Sep 17 00:00:00 2001 From: Akamaru Date: Wed, 22 Apr 2015 16:48:54 +0200 Subject: [PATCH] boobs plugin with source --- plugins/boobs.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/boobs.lua b/plugins/boobs.lua index 9759548..c68d4f3 100644 --- a/plugins/boobs.lua +++ b/plugins/boobs.lua @@ -51,6 +51,7 @@ local function run(msg, matches) if url ~= nil then local receiver = get_receiver(msg) send_photo_from_url(receiver, url) + return "Source: "..url else return 'Keine Boobs/Butts gefunden.' end