From e2b0f4c3fee4ab03be6fc3309a303bd0829cdbd1 Mon Sep 17 00:00:00 2001 From: James Scott Date: Sun, 16 Dec 2012 19:59:37 -0500 Subject: [PATCH] fixed an ophined else statement --- plugin.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin.py b/plugin.py index 419413f..4d9eb31 100644 --- a/plugin.py +++ b/plugin.py @@ -349,8 +349,6 @@ class Cah(callbacks.Plugin): except KeyError: game.votes[vote - 1] = 1 irc.reply("vote cast") - else: - irc.reply("Now is not the time to vote.") except ValueError: irc.reply("I need a value between 1 and %s" % len(game.cardsPlayed)) else: