mIRC Homepage
Posted By: Riddick [help] multiple server connects - 18/04/06 12:01 AM
ok, assume: I connect & auth to GameSurge.net in my GameSurge.net perform.

What I want:
1. Connect to Quakenet in the same status window as the gamesurge.net status window. can this be done?
2. what is the "on connect" syntax to put in a script for the connect to quakenet (and request a new status window if necessary)?
3. where do i store that quakenet script? in a file named what? in the remote thing? as specific as you can, please.
Posted By: landonsandor Re: [help] multiple server connects - 18/04/06 12:24 AM
1) One server window per connected server (regardless of network) only
2)
Code:
on *:connect: {
  if ($network == quakenet) { stuff }
}

3) the fileNAME does not matter, but yes, in the remote editor under ALT + R --> File --> New --> Drop the script you want to use into it --> File --> Save --> Choose a name and file extension and hit ok or save. (Sorry, I use it soo much I forget what it really says lol). Hope this helps you out smile
Posted By: Doqnach Re: [help] multiple server connects - 18/04/06 11:06 AM
connecting to more then one server using only one status window can't be done by default in mIRC (unless you use extensive scripts to hide the other status windows and have their output directed to a single one...)
© mIRC Discussion Forums