From 37a1805153bf360e8a7cbaf63ad58bd70913e266 Mon Sep 17 00:00:00 2001 From: elpatron68 Date: Sat, 27 Jul 2019 21:41:16 +0200 Subject: [PATCH] Text --- mumbleBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mumbleBot.py b/mumbleBot.py index 97d356c..3967196 100644 --- a/mumbleBot.py +++ b/mumbleBot.py @@ -375,7 +375,7 @@ class MumbleBot: msg = var.config.get('strings', 'rbqueryresult') + " :" msg += '\n' if not rb_stations: - self.send_msg('No results for ' + parameter, text) + self.send_msg('Radio-Browser found no matches for ' + parameter, text) else: for s in rb_stations: msg += ''
IDStation Name
' + s['id'] + '' + s['stationname'] + '