Pass username as argument to door programs
This commit is contained in:
parent
f1c1aeb9ea
commit
ca0077e209
|
@ -109,6 +109,7 @@ Door.prototype.run = function() {
|
|||
node : self.exeInfo.node.toString(),
|
||||
srvPort : sockServer ? sockServer.address().port.toString() : '-1',
|
||||
userId : self.client.user.userId.toString(),
|
||||
username : self.client.user.username,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue