From 864c0229ec2c5f3960c9647673ddfe34fb7c585f Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Tue, 4 Oct 2016 16:00:59 +0200 Subject: [PATCH] =?UTF-8?q?Bugfix=20f=C3=BCr=20Site-Header=20f=C3=BCr=20ni?= =?UTF-8?q?cht-Suoder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- otouto/plugins/site_header.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/otouto/plugins/site_header.lua b/otouto/plugins/site_header.lua index 2670273..2dc6e44 100644 --- a/otouto/plugins/site_header.lua +++ b/otouto/plugins/site_header.lua @@ -10,6 +10,7 @@ end function site_header:action(msg, config, matches) if not is_sudo(msg, config) then utilities.send_reply(msg, config.errors.sudo) + return end local url = matches[2]