From 4db76eaa8e17d033853a771fcd6775fd2a7daf9b Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Fri, 19 Aug 2016 14:08:54 +0200 Subject: [PATCH 1/2] =?UTF-8?q?"creds"=20zu=20Standard-Plugins=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- otouto/bot.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/otouto/bot.lua b/otouto/bot.lua index af0076a..4214b5d 100644 --- a/otouto/bot.lua +++ b/otouto/bot.lua @@ -310,6 +310,7 @@ function create_plugin_set() 'control', 'about', 'id', + 'creds', 'echo', 'currency', 'banhammer', From 25f9d64b55bf07741f332089f1108b53c65b6ff1 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Mon, 22 Aug 2016 21:14:02 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Bugfix=20f=C3=BCr=20gSearch,=20wenn=20keine?= =?UTF-8?q?=20Suchanfrage?= 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 b394e03..6a12928 100644 --- a/otouto/plugins/gSearch.lua +++ b/otouto/plugins/gSearch.lua @@ -53,7 +53,7 @@ end function gSearch:action(msg, config) local input = utilities.input_from_msg(msg) if not input then - utilities.send_reply(self, msg, gImages.doc, true) + utilities.send_reply(self, msg, gSearch.doc, true) return end