fixed the prefixNick typo.
This commit is contained in:
parent
f34a4798df
commit
d405d6720a
|
|
@ -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 ######
|
||||
|
|
|
|||
Loading…
Reference in New Issue