From b7fac7be4c657d6212ac4553fd1f0c889716eb32 Mon Sep 17 00:00:00 2001 From: Romtam Date: Fri, 26 Sep 2014 19:35:43 +0700 Subject: [PATCH] Added missing dot --- modules/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index 8f8cd9c..efd847b 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -2761,7 +2761,7 @@ def no_lynch(cli, nick, chan, rest): cli.notice(nick, "The village has already abstained once this game and may not do so again.") return elif var.LIMIT_ABSTAIN and var.FIRST_DAY: - cli.notice(nick, "The village may not abstain on the first day") + cli.notice(nick, "The village may not abstain on the first day.") return elif var.PHASE != "day": cli.notice(nick, "Lynching is only during the day. Please wait patiently for morning.")