This commit is contained in:
James Scott 2012-12-16 15:52:42 -05:00
parent 630639d71d
commit 254736dca6
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ class Cah(callbacks.Plugin):
if channel in self.games:
game = self.games[channel]
if game.voting:
if msg.nick in game.voteskeys():
if msg.nick in game.votes.keys():
irc.reply("You already voted! This isn't Chicago!")
else:
game.votes[msg.nick] = vote