Merge pull request #284 from brrr2/hint-alias-pr2
Minor change for hint command.
This commit is contained in:
commit
4bd044ee64
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue