mIRC Home    About    Download    Register    News    Help

Print Thread
#84764 31/05/04 03:13 PM
Joined: May 2004
Posts: 1
A
Mostly harmless
OP Offline
Mostly harmless
A
Joined: May 2004
Posts: 1
I would like to see an option so the everything you have in perform only opens at startup, so possably make another perform that only open at startup because right now if you have a perform setup where it opens server in a chain reaction when you start your MIRC client, if the first server restarts, it will open a new window again for all those servers again and then it gets really annoying.

So make the perform window have an option to only make all those things happen and start servers when mirc first starts up

#84765 31/05/04 03:32 PM
Joined: May 2003
Posts: 161
A
Vogon poet
Offline
Vogon poet
A
Joined: May 2003
Posts: 161
use an on start event in your remotes file

#84766 31/05/04 03:35 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
This is easily scripted. Use the "on start" event, see /help on start. This thread may also be helpful to you. If you'd rather the servers not connect right away, use /server -n irc.server.here to open a new server window without connecting, but ready to connect to the specified server.

I do not think it would be necessary to add this to mIRC myself..

Regards,


Mentality/Chris
#84767 31/05/04 06:28 PM
Joined: Mar 2003
Posts: 187
S
Vogon poet
Offline
Vogon poet
S
Joined: Mar 2003
Posts: 187
type

Code:
 
/help on  start
 


have you even read the 'events' section of the help file?


Link Copied to Clipboard