mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
Add Who's Online mod
This commit is contained in:
parent
e475bacdf8
commit
15cf37c55c
7 changed files with 22 additions and 6 deletions
|
@ -11,7 +11,7 @@ var clientConnections = [];
|
|||
exports.clientConnections = clientConnections;
|
||||
|
||||
function getActiveConnections() {
|
||||
return clientConnections.length;
|
||||
return clientConnections;
|
||||
}
|
||||
|
||||
function addNewClient(client, clientSock) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue