From 36b9812610d0bb0f36ba725cd523ddc47950a58c Mon Sep 17 00:00:00 2001 From: rootcoma Date: Sun, 5 Jan 2014 00:01:24 -0800 Subject: [PATCH] remove voice on right answer --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index 5884a3b..878bcef 100644 --- a/plugin.py +++ b/plugin.py @@ -1554,7 +1554,7 @@ class TriviaTime(callbacks.Plugin): log.error('waitTime was set too low (<2 seconds). Setting to 2 seconds') waitTime = time.time() + waitTime self.queueEvent(waitTime, self.nextQuestion) - self.base.handleVoice(self.irc, username, channel) + #self.base.handleVoice(self.irc, username, channel) def getHintString(self, hintNum=None): if hintNum == None: