@ -236,6 +236,10 @@ def pinger(cli, nick, chan, rest):
"Please wait a while before using it again."))
return
if var.PHASE in ('night','day'):
cli.notice(nick, "You cannot use this command while a game is running.")
var.LAST_PING = datetime.now()
var.PINGING = True
TO_PING = []