TIP: Click on subject to list as thread! ANSI
echo: synchronet
to: Digital Man
from: Odusseus71
date: 2024-08-01 11:36:00
subject: Password setting for Irc

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
--- SBBSecho 3.20-Linux
                              
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)

SOURCE: echomail via QWK@pharcyde.org

Email questions or comments to sysop@ipingthereforeiam.com
All parts of this website painstakingly hand-crafted in the U.S.A.!
IPTIA BBS/MUD/Terminal/Game Server List, © 2025 IPTIA Consulting™.