8 lines
206 B
JavaScript
8 lines
206 B
JavaScript
this.inherits(COMMAND);
|
|
this.command = "recobj";
|
|
//this.regex = /^(\w+)?(?:\s(\w+))?(?:\s(\w+))?$/;
|
|
this.enter = function (me, objid) {
|
|
|
|
return me.send('你没有可供恢复的道具和操作');
|
|
|
|
}
|