remove voice on right answer

This commit is contained in:
rootcoma 2014-01-05 00:01:24 -08:00
parent debd947bde
commit 36b9812610
1 changed files with 1 additions and 1 deletions

View File

@ -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: