Add wiki link to !pingif help
This commit is contained in:
parent
e046358a62
commit
b90a3c74ed
@ -968,7 +968,7 @@ def fpinger(cli, nick, chan, rest):
|
|||||||
|
|
||||||
@cmd("pingif", "pingme", "pingat", "pingpref", pm=True)
|
@cmd("pingif", "pingme", "pingat", "pingpref", pm=True)
|
||||||
def altpinger(cli, nick, chan, rest):
|
def altpinger(cli, nick, chan, rest):
|
||||||
"""Pings you when the number of players reaches your preference. Usage: 'pingif <players> [once|ping|always]'"""
|
"""Pings you when the number of players reaches your preference. Usage: 'pingif <players> [once|ping|always]'. https://github.com/lykoss/lykos/wiki/Pingif"""
|
||||||
altpinged, players = is_user_altpinged(nick)
|
altpinged, players = is_user_altpinged(nick)
|
||||||
rest = rest.split()
|
rest = rest.split()
|
||||||
if nick in var.USERS:
|
if nick in var.USERS:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user