diff --git a/plugin.py b/plugin.py index 57dbe1b..6569849 100644 --- a/plugin.py +++ b/plugin.py @@ -1660,7 +1660,7 @@ class TriviaTime(callbacks.Plugin): #streakbreak if self.streak > minStreak: streakBonus = pointsAdded * .05 - self.sendMessage('%d broke %d\'s streak!' % (game.lastWinner, username) , prefixNick=False) + self.sendMessage('%d broke %d\'s streak!' % (username, self.lastWinner,) , prefixNick=False) self.lastWinner = ircutils.toLower(username) self.streak = 1 else: