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
|
@ -105,7 +105,7 @@ function getPredefinedMCIValue(client, code) {
|
|||
// :TODO: cpu load average (over N seconds): http://stackoverflow.com/questions/9565912/convert-the-output-of-os-cpus-in-node-js-to-percentage
|
||||
// :TODO: Node version/info
|
||||
|
||||
AN : function activeNodes() { return clientConnections.getActiveConnections().toString(); },
|
||||
AN : function activeNodes() { return clientConnections.getActiveConnections().length.toString(); },
|
||||
|
||||
TC : function totalCalls() { return sysProp.getSystemProperty('login_count').toString(); },
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue