diff --git a/src/wolfgame.py b/src/wolfgame.py index a241b06..c662e4a 100644 --- a/src/wolfgame.py +++ b/src/wolfgame.py @@ -968,7 +968,7 @@ def fpinger(cli, nick, chan, rest): @cmd("pingif", "pingme", "pingat", "pingpref", pm=True) def altpinger(cli, nick, chan, rest): - """Pings you when the number of players reaches your preference. Usage: 'pingif [once|ping|always]'""" + """Pings you when the number of players reaches your preference. Usage: 'pingif [once|ping|always]'. https://github.com/lykoss/lykos/wiki/Pingif""" altpinged, players = is_user_altpinged(nick) rest = rest.split() if nick in var.USERS: