Merge pull request #214 from rootcoma/colors_kaos_hints
Add colors to remaining kaos hints ','
This commit is contained in:
commit
f58e337b2f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue