Skip to content

Commit

Permalink
Let the #info message use colors
Browse files Browse the repository at this point in the history
  • Loading branch information
darkf committed Mar 5, 2010
1 parent 971de33 commit d900520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyscripts/Banner/banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def setup():
msg = option[1]
delay = config.getOption('Timeouts', option[0], default_timeout, False)
banners.append(Banner(msg, int(delay)))
info_msg[0] = config.getOption('Config', 'serverinfo', 'XSBS Version 2.0')
info_msg[0] = string.Template(config.getOption('Config', 'serverinfo', 'XSBS Version 2.0')).substitute(colordict)
del config

setup()
Expand Down

0 comments on commit d900520

Please sign in to comment.