diff --git a/exec/sbbsimsg.js b/exec/sbbsimsg.js index 79e934eeb3b4d20bed737c4eaa2e7456a76ebf74..8f5f0a9abfe6d3387c39d7c0ee7e5b6d8636c4ed 100644 --- a/exec/sbbsimsg.js +++ b/exec/sbbsimsg.js @@ -102,7 +102,8 @@ function list_users(show) sys[i].failed = true; continue; } - sys[i].ip = sock.ip_address; // cache the IP address for faster resolution + // cache the IP address for faster resolution + sys[i].ip = sock.remote_ip_address; sock.send("\r\n"); // Get list of active users var response=new Array();