mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
* Various
This commit is contained in:
parent
72b54b19b7
commit
d16beca341
5 changed files with 23 additions and 4 deletions
|
@ -102,6 +102,12 @@ function Client(input, output) {
|
|||
this.user = new user.User();
|
||||
this.currentTheme = { info : { name : 'N/A', description : 'None' } };
|
||||
|
||||
Object.defineProperty(this, 'node', {
|
||||
get : function() {
|
||||
return self.runtime.id + 1;
|
||||
}
|
||||
});
|
||||
|
||||
//
|
||||
// Peek at incoming |data| and emit events for any special
|
||||
// handling that may include:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue