From c3290b2d11e10ca1ec9ab4a2227912616753c6a8 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Wed, 27 May 2015 15:09:29 +0200 Subject: [PATCH] s/was/has been/ in !ping removal notice Present perfect makes more sense here. --- src/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wolfgame.py b/src/wolfgame.py index 94e69d8..e401841 100644 --- a/src/wolfgame.py +++ b/src/wolfgame.py @@ -598,7 +598,7 @@ def pong(cli, nick, chan, rest): def pinger(cli, nick, chan, rest): """Placeholder for the old ping-related commands.""" - cli.notice(nick, ("This command was removed. Please see " + cli.notice(nick, ("This command has been removed. Please see " "https://github.com/lykoss/lykos/wiki/Pingif " "for more information."))