From 019a9c3b34bcd4dc45d519e7c884c0dc9a2b54e0 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Wed, 27 May 2015 15:16:16 +0200 Subject: [PATCH] Suggest "!help pingif" in the !ping removal notice It's faster to use !help, and if someone wants more information, the help for !pingif links to the wiki page anyway. --- src/wolfgame.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/wolfgame.py b/src/wolfgame.py index e401841..2322ddb 100644 --- a/src/wolfgame.py +++ b/src/wolfgame.py @@ -598,9 +598,8 @@ def pong(cli, nick, chan, rest): def pinger(cli, nick, chan, rest): """Placeholder for the old ping-related commands.""" - cli.notice(nick, ("This command has been removed. Please see " - "https://github.com/lykoss/lykos/wiki/Pingif " - "for more information.")) + cli.notice(nick, ('This command has been removed. Please see ' + '"!help pingif" for more information.')) @cmd("simple", raw_nick=True, pm=True) def mark_simple_notify(cli, nick, chan, rest):