Merge pull request #214 from rootcoma/colors_kaos_hints

Add colors to remaining kaos hints ','
This commit is contained in:
tannn 2013-12-03 07:05:03 -08:00
commit f58e337b2f
1 changed files with 1 additions and 1 deletions

View File

@ -1490,7 +1490,7 @@ class TriviaTime(callbacks.Plugin):
if len(self.answers) > 1:
if self.shownHint == False:
self.shownHint = True
self.sendMessage(self.getHintString(self.hintsCounter-1))
self.sendMessage('\x02\x0312%s' % (self.getHintString(self.hintsCounter-1)))
def loadGameState(self):
gameInfo = self.storage.getGame(self.channel)