mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 76
A
Babel fish
OP Offline
Babel fish
A
Joined: Dec 2002
Posts: 76
Can you help me creat an dialog like autoidentify multiserver (need 3 nick in 3 other server)
thanks!

Joined: Dec 2002
Posts: 332
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Dec 2002
Posts: 332
Code:
  
  on 1:notice:*choose*:?: {
  if ( $server == servername ) { /ns identify password  }
  elseif ( $server == servername ) { /ns identify password }
 elseif ( $server == servername ) { /ns identify password }
}


i dont connect to multiple servers but assuming that the 3 connections share the same remote it would probably not be necessary to specify the server just simply put in
Code:
  
on 1:notice:*choose*:?:/ns identify password 

then at anytime you recieve notice to identify it will trigger
hope that helps


Link Copied to Clipboard