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

This commit is contained in:
Jimmy Cao 2011-08-09 13:19:00 -05:00
parent 160baa4432
commit e3215fada5

View File

@ -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.")