Update plugin.py
This commit is contained in:
parent
fc00296b8d
commit
6a4c4171f8
|
@ -248,7 +248,6 @@ class Jeopardy(callbacks.Plugin):
|
||||||
return
|
return
|
||||||
elif len(self.questions) == 0:
|
elif len(self.questions) == 0:
|
||||||
self.reply(channel, 'Oops! I ran out of questions!')
|
self.reply(channel, 'Oops! I ran out of questions!')
|
||||||
stopped[channel] = True
|
|
||||||
self.stop(channel)
|
self.stop(channel)
|
||||||
return
|
return
|
||||||
self.id = None
|
self.id = None
|
||||||
|
|
Loading…
Reference in New Issue