Subj : Password setting for Irc Client accessing a private irc server
To   : Digital Man
From : Odusseus71
Date : Thu Aug 01 2024 11:36 am

Nope, irc.js is untouched in the exec dir and this is the copy of the whole
section:

/* Command-line args can override default server values */
if(argv[cmdarg]!=undefined)
       irc_server=argv[cmdarg++];
if(argv[cmdarg]!=undefined)
       irc_port=Number(argv[cmdarg++]);
if(argv[cmdarg]!=undefined)
       default_channel=argv[cmdarg++];

default_channel=default_channel.replace(/\s+/g,"_");

sock=new Socket();
sock.bind(0,server.interface_ip_address);       // Use globally defined
intereface in sbbs.ini
history=new History();
screen=new Screen();

Also, no changes to the [Global] section of sbbs.ini:

[Global]
       ; Override system address for this instance (optional):
       Hostname =
       ; IP address of network interface to bind to (defaults to ANY/ALL
interfaces):
       Interface =
       ; IPv4 address of network interface to use for outgoing connections
       OutboundInterface =
       ; Override the SBBSCTRL environment variable (optional):
       CtrlDirectory =
........

Thanks a lot

Marco