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: