From b90a3c74ed9d06ab942832f6db871bc83629caa0 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Mon, 25 May 2015 21:01:09 +0200 Subject: [PATCH] Add wiki link to !pingif help --- src/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: