mIRC Home    About    Download    Register    News    Help

Print Thread
#164174 08/11/06 03:55 PM
Joined: Nov 2006
Posts: 9
J
Jammaez Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
J
Joined: Nov 2006
Posts: 9
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
Joined: Oct 2006
Posts: 342
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Oct 2006
Posts: 342
/identd on (whatyouwant)

#164176 09/11/06 03:59 AM
Joined: Nov 2006
Posts: 9
J
Jammaez Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
J
Joined: Nov 2006
Posts: 9
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
Joined: Oct 2006
Posts: 342
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Oct 2006
Posts: 342
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


If only women came with popup menus and online help.

Link Copied to Clipboard