mIRC Homepage
Posted By: Jammaez Different userinfos - 08/11/06 03:55 PM
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?
Posted By: learn3r Re: Different userinfos - 08/11/06 06:56 PM
/identd on (whatyouwant)
Posted By: Jammaez Re: Different userinfos - 09/11/06 03:59 AM
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?
Posted By: learn3r Re: Different userinfos - 09/11/06 06:08 AM
You can't change your ident if you're already connected to change it you must reconnect again.
Posted By: jizzy Re: Different userinfos - 09/11/06 08:15 AM
on ^*:logon:ident on blah
© mIRC Discussion Forums