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.")