Files
wsmud/world/cmd/extend/party.js
2026-05-26 16:41:20 +08:00

11 lines
240 B
JavaScript

this.inherits(COMMAND);
this.command = "party";
this.allow_busy = true;
this.allow_state = true;
this.allow_die = true;
this.admin = true;
this.regex = /^(\w+)(?:\s+(.+?))?(?:\s+(\w+))?$/;
this.enter = function (me, cmd, par, par2) {
}