From d405d6720a5f631a6430bf37aa2ff0900ed44bac Mon Sep 17 00:00:00 2001 From: James Scott Date: Wed, 12 Dec 2012 23:49:26 -0500 Subject: [PATCH] fixed the prefixNick typo. --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index 3e00802..049ef0d 100644 --- a/plugin.py +++ b/plugin.py @@ -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 ######