Add wiki link to !pingif help

This commit is contained in:
nyuszika7h 2015-05-25 21:01:09 +02:00
parent e046358a62
commit b90a3c74ed

View File

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