diff --git a/modules/wolfgame.py b/modules/wolfgame.py index 75b109a..8da4c63 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -241,6 +241,11 @@ def restart_program(cli, nick, *rest): +@pmcmd("ping") +def pm_ping(cli, nick, rest): + pm(cli, nick, 'Pong!') + + @cmd("ping") def pinger(cli, nick, chan, rest): """Pings the channel to get people's attention. Rate-Limited."""