mIRC Homepage
Posted By: chillout ident multiple networks - 22/01/19 01:34 PM
Maybe a dumb question but couldn't find it, I'm on 2 networks but how do I change the ident for network nr 2?
I use /server -m serveraddress
to connect to the second network.
Can I use /ident on otherident here in the above command?
Thank you.
Posted By: Loki12583 Re: ident multiple networks - 22/01/19 02:06 PM
Check 'use email for ident' or similar in the options, then connect with the /server ... -i nick anick email
Posted By: chillout Re: ident multiple networks - 22/01/19 09:30 PM
I will try that later when I'm arrived. Would be nice if mIRC got a option to edit your nick, anick, username, ident per network.
Posted By: chillout Re: ident multiple networks - 26/01/19 02:56 PM
Sorry but I don't get that to work properly with an custom ident. Can I request this as a future suggestion?
Posted By: Raccoon Re: ident multiple networks - 27/01/19 10:45 AM
I suspect you may be mincing terminologies. IDENT is a UNIX/IRC terminology for the IDENTD (TCP port 113) service, and by extension, the username portion of your nick![~]user@host address.
However, you are probably asking about NickServ identification ("identify") authentication instead.
Posted By: chillout Re: ident multiple networks - 27/01/19 11:45 AM
Thank you, no I don't mean something about NickServ, I'm asking how to change the 'User ID' in mirc options > Identd, for multiple networks. Right now my mirc connects to a few different networks but always uses the same Úser ID'

[10:52:42] chillout [~test@host.com] has joined #mirc on EFNET

[10:52:45] chillout [~test@host.com] has joined #mirc on IRCnet

[10:52:47] chillout [~test@host.com] has joined #mirc on DALNET

So I just want to change 'test' for the other network(s).
Posted By: Raccoon Re: ident multiple networks - 27/01/19 03:07 PM
In that case, Loki12583 gave you the correct instructions. By setting Connect -> Identd -> "[x] Use ID from email address", you will bypass the "User ID" field in that settings window with the "Email:" field from the main Connect dialog... which can also be specified with the "/server -i mnick anick email realname" switch.
Posted By: chillout Re: ident multiple networks - 27/01/19 04:45 PM
Like I said before: that doesn't work for 3 networks. I use this code for that:
Code:
on 1:START:{ 
/server -m efnet.portlane.se:6667 -i mnick1 anick1 userID1 realname1
/server -m irc.swiftirc.net:6667 -i mnick2 anick2 userID2 realname2 
/server -m bitcoin.uk.eu.dal.net:6667 -i mnick3 anick3 userID3 realname3 
}

It sets the mnick, anick and the realname correct, but NOT the userID(1,2,3). Yes, the 'use Ident from email address' is [x] (ticked). mIRC uses one ID for all networks (7.54)
Anyone got luck with this? Can you otherwise show me a working example Raccoon?
Thanks in advance.
Posted By: Sat Re: ident multiple networks - 27/01/19 05:58 PM
At least in the old days, it used to be necessary to append an '@' to the user IDs (eg "userID1@"), in order to trick mIRC into thinking it is an email address. Maybe that still makes a difference?
Posted By: Raccoon Re: ident multiple networks - 28/01/19 03:52 AM
What Sat said. I remember that cropping up too.

Khaled, can we fix that? Remove the requirement for the @ in the "email" field. If the @ is omitted, then the "[x] Use ID from email address" option is ignored.
Posted By: chillout Re: ident multiple networks - 28/01/19 01:03 PM
That definitely makes sense Sat, now it is working like it should (technically), only... need people have code/scripting experience to make a custom UserID for each network? Isn't it easyier for endusers to implement that in the mirc options > servers/network > edit > popup ? Just a suggestion. Thanks Sat & Raccoon for now.
© mIRC Discussion Forums