init: add workspace files
This commit is contained in:
9
world/cmd/channel/tell.js
Normal file
9
world/cmd/channel/tell.js
Normal file
@@ -0,0 +1,9 @@
|
||||
this.inherits(COMMAND);
|
||||
this.command = "tell";
|
||||
this.allow_busy = true;
|
||||
this.allow_state = true;
|
||||
this.allow_die = true;
|
||||
this.regex = /^(\w+)\s(.+)$/;
|
||||
this.enter = function (me, target, cont) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user