mIRC Home    About    Download    Register    News    Help

Print Thread
#179265 20/06/07 12:25 AM
Joined: Aug 2004
Posts: 7,252
R
RusselB Offline OP
Hoopy frood
OP Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Occasionally I'm asked to connect to a network that isn't in the default list, which means that if I want to add the network to the servers list, I have to open mIRC Option, click Servers under Connect, then click add, then fill in the information manually, then click Add (to actually add the information), then click OK.
6, possibly 7 steps.

What I'd like to see, if possible, is the ability to right click on a window, and have Add Network as an option, where all the information from the active network is added to the servers list (presuming that it doesn't already exist).

Description could be the network name ($network)
The server information is already available. ($serverip)
The port information is already available. ($port)
Group could be left blank, or set to match the network name.

P.S: If anyone knows a way of scripting this, until it's added (or in case it isn't added) I'd be grateful for the information.

Joined: Jun 2006
Posts: 508
D
Fjord artisan
Offline
Fjord artisan
D
Joined: Jun 2006
Posts: 508
/help /server shocked
Code:
menu status {
  $iif($server($serverip),$style(2)) Add network:server -a $serverip -p $port -g $iif($network,$v1,$gettok($server,1,46)) -d $gettok($server,1,46)
}

Joined: Aug 2004
Posts: 7,252
R
RusselB Offline OP
Hoopy frood
OP Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
RusselB slaps himself on the forehead. How'd I miss that?

Thanks deegee


Link Copied to Clipboard