fixing: Alternative answers, answering question thats over

This commit is contained in:
rootcoma 2013-11-22 22:24:39 -08:00
parent e5ae25ac33
commit a8232af2e4
1 changed files with 4 additions and 0 deletions

View File

@ -991,6 +991,10 @@ class TriviaTime(callbacks.Plugin):
"""
Check users input to see if answer was given.
"""
# Already done? get out of here
if self.questionOver:
return
username = msg.nick
# is it a user?
try: