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:
parent
f97ca2cd8b
commit
8c9561bbc3
@ -598,9 +598,9 @@ 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 was removed. Please see '{0}pingif', " +
|
cli.notice(nick, ("This command was removed. Please see "
|
||||||
"'{0}help pingif' and https://github.com/lykoss/lykos/wiki/Pingif").format(
|
"https://github.com/lykoss/lykos/wiki/Pingif "
|
||||||
botconfig.CMD_CHAR))
|
"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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user