From bd4d0f1bdada212c331bba57c9f26bb54ecfe938 Mon Sep 17 00:00:00 2001 From: James Scott Date: Thu, 13 Dec 2012 20:49:36 -0500 Subject: [PATCH] it helps if we tell the bot we can start --- plugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin.py b/plugin.py index 58df93d..94af5a6 100644 --- a/plugin.py +++ b/plugin.py @@ -132,6 +132,8 @@ class Cah(callbacks.Plugin): irc.reply("Added, Spots left %d" % (game['maxPlayers'] - len(game['players']),)) else: irc.reply("Too many players") + if len(game['players']) > 1: + game['canStart'] = True except KeyError as e: print e irc.reply("Game not running.")