mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 1
C
Charley Offline OP
Mostly harmless
OP Offline
Mostly harmless
C
Joined: Dec 2002
Posts: 1
I am delighted to see that the latest mirc allows you to enter different 'perform' commands for each network. However, in my humble opinion, an auto-connect option for multiple networks will also be welcomed greatly by all users.

-- Charl

Joined: Dec 2002
Posts: 212
V
Fjord artisan
Offline
Fjord artisan
V
Joined: Dec 2002
Posts: 212
hm maybe extending the servers.ini file and the "edit/add server" dialog to have a section "connect on startup" just like the edit/add channels dialog?
this may result in a new type of mIRC exploits but what do you think about it?:)


And all I need now is intellectual intercourse, a soul to dig the hole much deeper
Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
Code:

on *:START:{
  server acool-e.ga.us.dal.net 7000 %DALnet.Passwd -i %DALnet.Nick1 %DALnet.Nick2 -j #mIRC,#HelpDesk,#MyPrivateChannel
  server -m irc.Qeast.net -i %EFnet.Nick1 %EFnet.Nick2 -j #mIRC,#MyPrivateChannel
  server -m undernet -i %undernet.Nick1 %undernet.Nick2 -j #mIRC,#Help,#MyPrivateChannel
  run https://forums.mirc.com/ubbthreads.php?Cat=
}
Granted, you can more easily set up the auto-join channels in the Channels Folder (3rd button from the left). That part is just an example. The really cool part is where you can specify what your primary and secondary nicks will be when you initially connect to those 3 networks; not just the 2 that are in mIRC's Connect dialog (Alt-O -> Connect)! Now that's cool!


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
Joined: Dec 2002
Posts: 580
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 580


NaquadaBomb
www.mirc-dll.com

Link Copied to Clipboard