diff --git a/configuration.default.ini b/configuration.default.ini index 2c03e5c..62a46f6 100644 --- a/configuration.default.ini +++ b/configuration.default.ini @@ -104,6 +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 help = Command available:
!file [path] diff --git a/mumbleBot.py b/mumbleBot.py index a7b403a..4e834c1 100644 --- a/mumbleBot.py +++ b/mumbleBot.py @@ -363,6 +363,8 @@ class MumbleBot: self.send_msg(var.config.get('strings', 'bad_url')) elif command == var.config.get('command', 'rb_query'): logging.info('Querying radio stations') + msg = var.config.get( + 'strings', 'rbqueryresult') + " :" if not parameter: logging.info('rbquery without parameter') else: