mIRC Home    About    Download    Register    News    Help

Print Thread
#5737 09/01/03 11:03 PM
Joined: Jan 2003
Posts: 6
H
Help747 Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
H
Joined: Jan 2003
Posts: 6
There should be an option like "perform on connect" except "perform on STARTUP" ... like to connect to multiple irc servers on start up, and not adding the same servers on when connected to a server...

#5738 10/01/03 12:20 AM
Joined: Dec 2002
Posts: 395
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Dec 2002
Posts: 395
You already can do that. /help on START wink

#5739 11/01/03 06:30 PM
Joined: Jan 2003
Posts: 6
H
Help747 Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
H
Joined: Jan 2003
Posts: 6
...that's scripting...
I'm talking about an option in the mIRC Options....

#5740 13/01/03 04:45 AM
Joined: Dec 2002
Posts: 17
N
Pikka bird
Offline
Pikka bird
N
Joined: Dec 2002
Posts: 17
you wouldn't really have to do any scripting
Code:
 
on *:start: {
  command1
  command2
  command3
  command4
  etc
} 


#5741 15/01/03 11:53 PM
Joined: Jan 2003
Posts: 1
U
Mostly harmless
Offline
Mostly harmless
U
Joined: Jan 2003
Posts: 1
ok so how about a exampe of connecting to 2 differnt servers and 1 differnt channel in each? laugh

#5742 16/01/03 01:01 AM
Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
Code:
on *:START:{
  server irc.somewhere.net -j #mIRC
  server -m irc.elsewhere.net -j #help
} 


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
#5743 27/01/03 03:27 PM
Joined: Jan 2003
Posts: 1
M
Mostly harmless
Offline
Mostly harmless
M
Joined: Jan 2003
Posts: 1
Why can't "remember all", remember the different server windows open, also? Dare I say it wink........... like pirch.

I do very much appreciate the multiple server options, and it has improved from the first version... Its now a much superior product, it just needs a bit of tweaking smile
Thanks,
MissM


Link Copied to Clipboard