This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Know of a bouncer like this?

Help with usage of shell accounts and bouncers.
Post Reply
N
Nara
Halfop
Posts: 40
Joined: Sun Jul 23, 2006 11:12 pm

Know of a bouncer like this?

Post by Nara »

Ok, I need a multinetwork bouncer that keeps online after you disconnect. Here's where it gets tricky - 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
n
nightwalker
Voice
Posts: 9
Joined: Mon May 23, 2005 8:17 am
Location: Chicago, USA
Contact:

Re: Know of a bouncer like this?

Post by nightwalker »

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
N
Nara
Halfop
Posts: 40
Joined: Sun Jul 23, 2006 11:12 pm

Post by Nara »

Alright, now how do I connect using a command or do I have to change my ident for each one?
User avatar
Jase
Voice
Posts: 4
Joined: Sat Jul 08, 2006 2:18 pm
Location: Christchurch, New Zealand

Post by Jase »

I've set the same thing up, but no matter what I set as my ident, when I go to connect to the psybnc, instead of connecting to user2, it connects to user1, even though the ident/password are totally different.

I'm thinking it's more likely a problem to do with mIRC, but thought I would ask here in case it wasnt.
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

The newer versions of psyBNC use the client's username setting to login to the bouncer, not the client's ident.
mIRC's username setting is incorporated into the email address, specifically the part before the @
User avatar
Jase
Voice
Posts: 4
Joined: Sat Jul 08, 2006 2:18 pm
Location: Christchurch, New Zealand

Post by Jase »

DragnLord wrote:The newer versions of psyBNC use the client's username setting to login to the bouncer, not the client's ident.
mIRC's username setting is incorporated into the email address, specifically the part before the @
Ah. Thank you very much, now it's working :)
AshNet - Services Administrator (smoke.hub.*)
DALnet
DeepSpace - Services Administrator (saturn.*)
PhazeNet
Post Reply