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. >_>
This commit is contained in:
nyuszika7h 2015-05-27 15:06:39 +02:00
parent f97ca2cd8b
commit 8c9561bbc3

View File

@ -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):