use botconfig.CMD_CHAR in !ping removal notice
This commit is contained in:
parent
da63bf21f7
commit
403dbb2fd5
@ -600,8 +600,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 "
|
||||||
'"!help pingif" for more information.'))
|
"\"{0}help pingif\" for more information.".format(botconfig.CMD_CHAR)))
|
||||||
|
|
||||||
@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…
Reference in New Issue
Block a user