Fix bug: lastWinner

This commit is contained in:
Tanner 2013-11-07 18:40:43 -06:00
parent d53b9b2e2c
commit dc901c7c83
1 changed files with 0 additions and 1 deletions

View File

@ -1830,7 +1830,6 @@ class TriviaTime(callbacks.Plugin):
def insertGame(self, channel, numAsked=0, epoch=None):
channel = ircutils.toLower(channel)
lastWinner = ircutils.toLower(lastWinner)
if self.gameExists(channel):
return self.updateGame(channel, numAsked)
if epoch is None: