diff --git a/modules/wolfgame.py b/modules/wolfgame.py index 1e74e6e..0855b4b 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -251,8 +251,9 @@ def pinger(cli, nick, chan, rest): return if var.PHASE in ('night','day'): - cli.notice(nick, "You cannot use this command while a game is running.") - return + #cli.notice(nick, "You cannot use this command while a game is running.") + #return + cli.notice(nick, 'Pong!') var.LAST_PING = datetime.now() if var.PINGING: