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'] + '