mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 20:41:21 -05:00
Jeopardy: obey inactiveShutoff if autoRestart
This commit is contained in:
parent
805baaecb2
commit
f402706d00
@ -427,6 +427,8 @@ class Jeopardy(callbacks.Plugin):
|
||||
return
|
||||
elif self.unanswered > inactiveShutoff and inactiveShutoff > 0:
|
||||
self.reply("Seems like no one's playing any more. Jeopardy! stopped.")
|
||||
self.correct = True
|
||||
self.active = False
|
||||
self.stop()
|
||||
return
|
||||
elif len(self.questions) == 0:
|
||||
|
Loading…
x
Reference in New Issue
Block a user