From 29f210b394a705e59de743cf779eb473bd6e2f5c Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Sun, 10 Nov 2013 22:03:49 +0100 Subject: [PATCH] Fix !pony working when you're not playing --- modules/wolfgame.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index c3b99b5..e95fd76 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -2736,6 +2736,7 @@ def pony(cli, nick, chan, rest): if var.PHASE in ("day", "night") and nick not in var.list_players(): cli.notice(nick, "You may not use this command right now.") + return cli.msg(chan, "\2{0}\2 tosses a pony into the air...".format(nick)) var.LOGGER.logMessage("{0} tosses a pony into the air...".format(nick))