From 8c9561bbc372e021874021a3da597a39b5346cb0 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Wed, 27 May 2015 15:06:39 +0200 Subject: [PATCH] Simplify notice about removal of !ping I originally intended to amend @Vgr255's commit to include this, but I screwed up, so here it is now. >_> --- src/wolfgame.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wolfgame.py b/src/wolfgame.py index 255b7d4..94e69d8 100644 --- a/src/wolfgame.py +++ b/src/wolfgame.py @@ -598,9 +598,9 @@ 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 '{0}pingif', " + - "'{0}help pingif' and https://github.com/lykoss/lykos/wiki/Pingif").format( - botconfig.CMD_CHAR)) + cli.notice(nick, ("This command was removed. Please see " + "https://github.com/lykoss/lykos/wiki/Pingif " + "for more information.")) @cmd("simple", raw_nick=True, pm=True) def mark_simple_notify(cli, nick, chan, rest):