mIRC Home    About    Download    Register    News    Help

Print Thread
#164174 08/11/06 03:55 PM
J
Jammaez
Jammaez
J
Hi
I use 3 different networks in mirc. I want different settings in one of them. I made this script:

on 1:connect:{
if ($network == Example1) {
join #blaablaa
}

elseif ($network == Example2) {
join #blaablaa
}

elseif ($network == Example3) {
.nick Example
.join #blaablaa
}
}

My question is: How i can set different ident / user id to example3?

#164175 08/11/06 06:56 PM
L
learn3r
learn3r
L
/identd on (whatyouwant)

#164176 09/11/06 03:59 AM
J
Jammaez
Jammaez
J
Big thanks to you! i have one more question. If im connected and change my ident, it says * Identd is on (Blaah). But when i check whois, it haven't changed yet. I have to reconnect. Is it possible to change ident before i connect to server?

Last edited by Jammaez; 09/11/06 04:00 AM.
#164177 09/11/06 06:08 AM
L
learn3r
learn3r
L
You can't change your ident if you're already connected to change it you must reconnect again.

#164178 09/11/06 08:15 AM
Joined: May 2006
Posts: 122
J
Vogon poet
Offline
Vogon poet
J
Joined: May 2006
Posts: 122
on ^*:logon:ident on blah


Link Copied to Clipboard