This commit is contained in:
James Scott 2012-12-13 23:23:12 -05:00
parent bb29ac9ad2
commit b73b94e80f
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ class Cah(callbacks.Plugin):
game = self.games[channel]
if game.running == False:
if nick in players:
if nick in game.players:
irc.reply("You already are playing.")
else:
if len(game.players) < game.maxPlayers: