Format
This commit is contained in:
parent
27d10e593a
commit
0e0a4f8bc2
@ -371,7 +371,7 @@ class MumbleBot:
|
|||||||
logging.info('Found query parameter: ' + parameter)
|
logging.info('Found query parameter: ' + parameter)
|
||||||
stations = getstations_byname(parameter)
|
stations = getstations_byname(parameter)
|
||||||
for s in stations:
|
for s in stations:
|
||||||
msg += "<br />" + s['id'] + s['stationname'] + ': '
|
msg += "<br />" + s['id'] + '\t\t' + s['stationname'] + ': '
|
||||||
self.send_msg(msg, text)
|
self.send_msg(msg, text)
|
||||||
|
|
||||||
elif command == var.config.get('command', 'help'):
|
elif command == var.config.get('command', 'help'):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user