mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 10:45:56 +02:00
Pass username as argument to door programs
This commit is contained in:
parent
f1c1aeb9ea
commit
ca0077e209
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ Door.prototype.run = function() {
|
||||||
node : self.exeInfo.node.toString(),
|
node : self.exeInfo.node.toString(),
|
||||||
srvPort : sockServer ? sockServer.address().port.toString() : '-1',
|
srvPort : sockServer ? sockServer.address().port.toString() : '-1',
|
||||||
userId : self.client.user.userId.toString(),
|
userId : self.client.user.userId.toString(),
|
||||||
|
username : self.client.user.username,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue