From a8232af2e47efabdbdf868ffc13e27ab2f89db9a Mon Sep 17 00:00:00 2001 From: rootcoma Date: Fri, 22 Nov 2013 22:24:39 -0800 Subject: [PATCH] fixing: Alternative answers, answering question thats over --- plugin.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugin.py b/plugin.py index f562fab..bfb6fa9 100644 --- a/plugin.py +++ b/plugin.py @@ -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: