As long as the login is unique, it will treat each user as a separate connection. To keep it simple and easy to remember, I made the user name equal the network that I want to connect: undernet / efnet etc.
The key is to make sure both users have .USER.PARENT=0
For example:
PSYBNC.HOSTALLOWS.ENTRY0=*.my-isp.net;
PSYBNC.SYSTEM.HOST1=1.2.3.4
PSYBNC.SYSTEM.PORT1=9867
PSYBNC.SYSTEM.ME=b0uncer
#
USER1.USER.LOGIN=efnet
USER1.USER.USER=nickname
USER1.USER.PASS=password
USER1.USER.NICK=nick_ef
USER1.USER.AWAY=away
USER1.USER.VHOST=1.2.3.4
USER1.USER.AWAYNICK=nick_ef
USER1.SERVERS.SERVER1=irc.efnet.org
USER1.SERVERS.PORT2=6667
#
USER1.USER.PARENT=0
USER1.USER.ACOLLIDE=1
USER1.USER.AIDLE=1
USER1.USER.LASTLOG=0
USER1.USER.LEAVEQUIT=0
USER1.USER.PPORT=0
USER1.USER.QUITTED=0
USER1.USER.RIGHTS=1
USER1.USER.SYSMSG=1
USER1.USER.DCCENABLED=0
USER1.USER.AUTOREJOIN=1
USER1.USER.CERT=+
USER1.USER.AUTOGETDCC=0
USER1.USER.VLINK=0
#
USER2.USER.LOGIN=undernet
USER2.USER.USER=nickname
USER2.USER.PASS=password
USER2.USER.NICK=nick_un
USER2.USER.AWAY=away
USER2.USER.VHOST=1.2.3.4
USER2.USER.AWAYNICK=nick_un
USER2.SERVERS.SERVER1=eu.undernet.org
USER2.SERVERS.PORT2=6667
#
USER2.USER.PARENT=0
USER2.USER.RIGHTS=1
USER2.USER.VLINK=0
USER2.USER.PPORT=0
USER2.USER.QUITTED=0
USER2.USER.ACOLLIDE=1
USER2.USER.DCCENABLED=0
USER2.USER.AIDLE=1
USER2.USER.LEAVEQUIT=0
USER2.USER.AUTOREJOIN=1
USER2.USER.SYSMSG=1
USER2.USER.LASTLOG=0
USER2.USER.AUTOGETDCC=0
Restarted psybnc and connect using your favorite client.
whois shows:
--- You are now known as nick_ef
--- You are no longer marked as being away
--- [nick_ef] (
ident@x.x.x.x) : username
--- [nick_ef] irc.servercentral.net :chase the dragon
--- [nick_ef] idle 00:01:35, signon: Wed Nov 15 16:43:12
--- [nick_ef] End of WHOIS list.
--- You are now known as nick_un
--- You are no longer marked as being away
--- [nick_un] (
ident@x.x.x.x) : username
--- [nick_un] Helsinki.FI.EU.Undernet.org :Eunet Finland
--- [nick_un] idle 00:00:50, signon: Wed Nov 15 16:43:28
--- [nick_un] End of WHOIS list.
-- Matthew
Nara wrote:I need it to let me connect to it multiple times from the same nick and host but open multiple windows [each one connected to a different network without like a different prefix, such as what you can do in psyBNC with addnetwork but without the prefixes].
Do you know of any that do this or a way to make psyBNC lose the prefixes but still make it obvious whos on what network?
~Century0