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.
This commit is contained in:
nyuszika7h 2015-05-27 15:16:16 +02:00
parent c3290b2d11
commit 019a9c3b34

View File

@ -598,9 +598,8 @@ def pong(cli, nick, chan, rest):
def pinger(cli, nick, chan, rest): def pinger(cli, nick, chan, rest):
"""Placeholder for the old ping-related commands.""" """Placeholder for the old ping-related commands."""
cli.notice(nick, ("This command has been removed. Please see " cli.notice(nick, ('This command has been removed. Please see '
"https://github.com/lykoss/lykos/wiki/Pingif " '"!help pingif" for more information.'))
"for more information."))
@cmd("simple", raw_nick=True, pm=True) @cmd("simple", raw_nick=True, pm=True)
def mark_simple_notify(cli, nick, chan, rest): def mark_simple_notify(cli, nick, chan, rest):