From 4f572310db08b3caaaea66005b5eae4a08bd4f73 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Tue, 18 Oct 2016 20:38:25 +0200 Subject: [PATCH] =?UTF-8?q?ibSearch:=20Fix=20f=C3=BCr=20mehrere=20Tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- miku/plugins/ibSearch.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miku/plugins/ibSearch.lua b/miku/plugins/ibSearch.lua index bda61f4..644d5ad 100644 --- a/miku/plugins/ibSearch.lua +++ b/miku/plugins/ibSearch.lua @@ -49,7 +49,7 @@ end function ibSearch:action(msg, config, matches) local tag = string.gsub(matches[2], " ", '_') local tag = string.gsub(tag, ":", '%%3A') - local tag = string.gsub(tag, "+", '%%2B') + local tag = string.gsub(tag, "+", '%%20') if matches[1] == 'ibsearch' then url, id = ibSearch:get_ibSearch_sfw(tag) elseif matches[1] == 'ibnsfw' then