From 65c477de8ea06ac37d005cc887361766608a7b8b Mon Sep 17 00:00:00 2001 From: +++ Date: Wed, 19 Jan 2022 20:56:53 +0100 Subject: [PATCH] =?UTF-8?q?meldung=20=C3=BCber=20den=20start=20vor=20start?= =?UTF-8?q?=20des=20such-threads?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/wpsearch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/wpsearch.py b/plugins/wpsearch.py index 27ff703..65a7151 100644 --- a/plugins/wpsearch.py +++ b/plugins/wpsearch.py @@ -70,9 +70,9 @@ class Plugin(Plugin): msg = ' '.join(('No search pattern!', call_msg)) else: pattern = ' '.join(arguments) + msg = ' '.join(('Search started for:', pattern)) api_thread = ApiThread(self.callback) api_thread.run(lang, pattern, muc_nick) - msg = ' '.join(('Search started for:', pattern)) self.callback(': '.join((muc_nick, msg))) return