From 25f9d64b55bf07741f332089f1108b53c65b6ff1 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Mon, 22 Aug 2016 21:14:02 +0200 Subject: [PATCH] =?UTF-8?q?Bugfix=20f=C3=BCr=20gSearch,=20wenn=20keine=20S?= =?UTF-8?q?uchanfrage?= 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