mIRC Home    About    Download    Register    News    Help

Print Thread
#173158 21/03/07 03:26 PM
Joined: Feb 2007
Posts: 28
F
Fill Offline OP
Ameglian cow
OP Offline
Ameglian cow
F
Joined: Feb 2007
Posts: 28
hey, i have an auto identify script, but now i'm connected in two networks.

and my nick password is different in both networks. How an i have an auto identify script with different commands for each network?

Fill #173162 21/03/07 04:56 PM
Joined: Mar 2005
Posts: 420
X
Fjord artisan
Offline
Fjord artisan
X
Joined: Mar 2005
Posts: 420
Use the built-in Perform of mIRC.

Do ALT-O -> Connect -> Options -> Perform -> Click Enable perform on Connect -> Select/add the networks -> Paste your code on the space provided then Click OK when done.


If you have a plastic floor runner over your tiles, then you're one Hella Pinoy!
xDaeMoN #173176 21/03/07 09:13 PM
Joined: Jan 2007
Posts: 1,156
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2007
Posts: 1,156
Best to use built-in features. But you can also use the network switch.

if ($network == blah) give blahs password
elseif ($network == otherone) give the other ones password


Link Copied to Clipboard