From 3433f9913ab9bf6c23ad1f622290a7ab8999be2f Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Sat, 2 Jul 2016 15:18:42 +0200 Subject: [PATCH] =?UTF-8?q?gSearch=20mit=20InlineButton=20f=C3=BCr=20alle?= =?UTF-8?q?=20Ergebnisse=20(danke=20an=20@Akamaru=20f=C3=BCr=20die=20Idee!?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- otouto/plugins/gSearch.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otouto/plugins/gSearch.lua b/otouto/plugins/gSearch.lua index d841b75..c592658 100644 --- a/otouto/plugins/gSearch.lua +++ b/otouto/plugins/gSearch.lua @@ -71,7 +71,7 @@ function gSearch:action(msg, config) utilities.send_reply(self, msg, config.errors.quotaexceeded) return end - utilities.send_message(self, msg.chat.id, gSearch:stringlinks(results, stats), true, nil, true) + utilities.send_message(self, msg.chat.id, gSearch:stringlinks(results, stats), true, nil, true, '{"inline_keyboard":[[{"text":"Alle Ergebnisse anzeigen","url":"https://www.google.com/search?q='..URL.escape(input)..'"}]]}') end