mIRC Home    About    Download    Register    News    Help

Print Thread
#34250 05/07/03 10:19 AM
Joined: Mar 2003
Posts: 63
N
NiCk2 Offline OP
Babel fish
OP Offline
Babel fish
N
Joined: Mar 2003
Posts: 63
I seem to have the same problem as phoenix earlier on but with the passes.
Example : when I do /server -m chat.server.irc -j #test1,#test2,#test3 pass1 pass2 pass3 it doensn't seem to work. Is it a bug ? Or is the something wrong in my command ? I can't separate the passwords with commas as a comma can be part of a password.

Thanks in advance for any help laugh

#34251 05/07/03 10:28 AM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
just use on connect event to join the channels


Code:
//if ( khaled isgod ) echo yes | else echo no
#34252 05/07/03 10:41 AM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
try:
/server -m irc.xx.xx -j #xx,#xx,#xx pass1,pass2,pass3


new username: tidy_trax
#34253 05/07/03 03:27 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
i made a /j (join) revistion some time ago that does this. You can pass it such things like

/j $chan1,$chan2:pass_For_2,#chan3,#chan4

and it will join them all, and use the password for the channel (specified after the colon)

Syntax: /j channel[:password][,channel[:password], ...]


-KingTomato

Link Copied to Clipboard