8 lines
138 B
JavaScript
8 lines
138 B
JavaScript
this.inherits(COMMAND);
|
|
this.command = "lianyao";
|
|
this.regex = /^(\w+)?(?:\s(-?\d+))?$/;
|
|
|
|
this.enter = function (player, arg, id) {
|
|
|
|
}
|