mIRC Home    About    Download    Register    News    Help

Print Thread
#217531 15/01/10 12:45 PM
Joined: Jan 2010
Posts: 9
K
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
K
Joined: Jan 2010
Posts: 9
How can I set it up so it launches like 8 servers and their respective channels when I start-up the program?

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Use something like this:

Code:
on *:start: {
  server irc.server1.net -j #chan,#chan
  server -m irc.server2.net -j #chan,#chan
  server -m irc.server3.net -j #chan,#chan
}


Just repeat for 8 servers and replace the server names and channel names. Every /server line except the first should have -m as shown.


Invision Support
#Invision on irc.irchighway.net
Joined: Jul 2008
Posts: 236
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Jul 2008
Posts: 236
For many networks that have nickserv:
server -m server port password -i nickname

Simple & handy little automatic-identify smile

Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
Originally Posted By: s00p
For many networks that have nickserv:
server -m server port password -i nickname

Uhmm... server password != NickServ password? (yes, some servers accept it as such, but not all by a long shot and it then results in the server disconnecting you)

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Originally Posted By: s00p
For many networks that have nickserv:
server -m server port password -i nickname

Simple & handy little automatic-identify smile


True, but wasn't asked for, so I didn't include it. smile


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard