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

11 lines
201 B
JavaScript

this.inherits(COMMAND);
this.command = "user";
this.allow_busy = true;
this.allow_state = true;
this.allow_die = true;
this.allow_level = 3;
const num_reg = /\d+/;
this.enter = function (me, arg) {
}