Merge pull request #284 from brrr2/hint-alias-pr2

Minor change for hint command.
This commit is contained in:
tannn 2014-02-13 17:37:38 -06:00
commit 4bd044ee64
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ class TriviaTime(callbacks.Plugin):
irc.sendMsg(ircmsgs.notice(username, "'{0}' now also works for KAOS hints! Please try it out!".format(otherHintCommand)))
game.getRemainingKAOS()
elif msg.args[1] == otherHintCommand:
if "KAOS" in game.question:
if game.question.find("KAOS:") == 0:
game.getRemainingKAOS()
else
game.getOtherHint()