Browse Source

the aliases "protect" and "save" added for the G.Angel-Guard command

master
jcao219 13 years ago
parent
commit
ad81ec237c
  1. 2
      wolfgame.py

2
wolfgame.py

@ -1425,7 +1425,7 @@ def kill(cli, nick, rest): @@ -1425,7 +1425,7 @@ def kill(cli, nick, rest):
chk_nightdone(cli)
@pmcmd("guard")
@pmcmd("guard", "protect", "save")
def guard(cli, nick, rest):
if var.PHASE in ("none", "join"):
cli.notice(nick, "No game is currently running.")

Loading…
Cancel
Save