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: