From 78778b9b16424402dbc276e6fc13c8d5afd48f04 Mon Sep 17 00:00:00 2001 From: Janik Kleinhoff Date: Sun, 26 Oct 2014 02:22:58 +0100 Subject: [PATCH] fix typo --- modules/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index 93edab3..2e5a0b1 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -5206,7 +5206,7 @@ def fwait(cli, nick, chann_, rest): var.WAITED += 1 cli.msg(chan, ("\u0002{0}\u0002 forcibly {2}creased the wait time by "+ "{1} second{3}.").format(nick, abs(extra), - ("in" if extra >= 0 else "de"), ("s" if extra != 1 else "")) + ("in" if extra >= 0 else "de"), ("s" if extra != 1 else ""))) @cmd("fstop",admin_only=True)