mIRC Homepage
Posted By: Deathskin PERFORM on startup option - 28/06/06 09:33 PM
how would i go about connecting to two diffrent servers? with two diffrent names?
Posted By: RusselB Re: PERFORM on startup option - 28/06/06 09:37 PM
Code:
 /server <first network>
/server -m <second network>
 
Posted By: Doqnach Re: PERFORM on startup option - 29/06/06 09:21 AM
put this as a remote script:

Code:
on *:START: {
  /server irc.server1.com
  /server -m irc.server2.com
  /server -m irc.etcetcetc.com
}
© mIRC Discussion Forums