From dc901c7c8306d163c8b2bd660ce88505895d7047 Mon Sep 17 00:00:00 2001 From: Tanner Date: Thu, 7 Nov 2013 18:40:43 -0600 Subject: [PATCH] Fix bug: lastWinner --- plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin.py b/plugin.py index 0c9d0c7..28f12df 100644 --- a/plugin.py +++ b/plugin.py @@ -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: