mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2006
Posts: 5
R
Riddick Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
R
Joined: Apr 2006
Posts: 5
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.

Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
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


Those who fail history are doomed to repeat it
Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
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...)


If it ain't broken, don't fix it!

Link Copied to Clipboard