mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-26 04:51:09 -05:00
Jeopardy: update hint help text
This commit is contained in:
parent
d91bd6d30d
commit
112cb18a84
@ -759,8 +759,7 @@ class Jeopardy(callbacks.Plugin):
|
|||||||
|
|
||||||
def hint(self, irc, msg, args):
|
def hint(self, irc, msg, args):
|
||||||
"""
|
"""
|
||||||
Show hint. If timeout = 0 force a new hint. If game set for no hints, show the blanked out answer.
|
Display the next hint. If max hints reached, repeat the latest hint. If max hints is 0, show blanked out answer.
|
||||||
Otherwise repeat the latest hint.
|
|
||||||
"""
|
"""
|
||||||
channel = msg.channel
|
channel = msg.channel
|
||||||
if channel in self.games:
|
if channel in self.games:
|
||||||
@ -768,7 +767,6 @@ class Jeopardy(callbacks.Plugin):
|
|||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
self.games[channel].hint()
|
self.games[channel].hint()
|
||||||
|
|
||||||
hint = wrap(hint)
|
hint = wrap(hint)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user