fixed the prefixNick typo.

This commit is contained in:
James Scott 2012-12-12 23:49:26 -05:00
parent f34a4798df
commit d405d6720a
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class Cah(callbacks.Plugin):
channelGame['maxPlayers'] = 5
channelGame['players'] = []
self.games[channel] = channelGame
irc.reply("Who wants to play Cards Aganst Humanity?", prefix_nick=False)
irc.reply("Who wants to play Cards Aganst Humanity?", prefixNick=False)
schedule.addEvent(startGame, time.time() + 60, "start_game_%s" % channel)
###### END PRE GAME LOGIC ######