diff --git a/configuration.default.ini b/configuration.default.ini index 151652a..844d78a 100644 --- a/configuration.default.ini +++ b/configuration.default.ini @@ -104,7 +104,7 @@ no_possible = it's not possible to do that removing_item = Removing entry %s from queue user_ban = You are ban, not allowed to do that ! url_ban = This url isn't allowed ! -rbqueryresult = This is the result of your query, send !rbplay to play a station +rbqueryresult = This is the result of your query, send !rbplay ID to play a station help = Command available:
!file [path] diff --git a/mumbleBot.py b/mumbleBot.py index 3ad75af..45de372 100644 --- a/mumbleBot.py +++ b/mumbleBot.py @@ -366,11 +366,11 @@ class MumbleBot: logging.info('Querying radio stations') if not parameter: logging.debug('rbquery without parameter') - msg += 'You have to add a query text to search for a specific radio station.' + msg += 'You have to add a query text to search for a matching radio stations.' self.send_msg(msg, text) else: logging.debug('Found query parameter: ' + parameter) - self.send_msg('Searching for stations - this may take some seconds...', text) + # self.send_msg('Searching for stations - this may take some seconds...', text) rb_stations = radiobrowser.getstations_byname(parameter) msg = var.config.get('strings', 'rbqueryresult') + " :" msg += '\n'
!rbplay IDStation NameGenreCodec/BitrateCountry