mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2019
Posts: 1
C
Mostly harmless
OP Offline
Mostly harmless
C
Joined: Oct 2019
Posts: 1
I tried code a script where I can join mutiple servers with registered nicknames but I had no luck. .

I used this syntax below but it doesn't work-

on *:START:{
server <servername1> <password1> -j #<channel1> -i <registered nick1>
server -m <servername2> <password2> -j #<channel2> -i <registered nick2>
}


Can anyone please help? frown

Joined: Oct 2014
Posts: 54
O
Babel fish
Offline
Babel fish
O
Joined: Oct 2014
Posts: 54
You could use /alias_here /server --pfocm serverdetails port .timer 1 3 nick | .timer 1 4 /msg nickserv identify blah | .timer 1 5 -j #channel,#channel

But this will only work if you do not have an auto id or anything already set...

Manually.. it "should" work.... but this is untested


Link Copied to Clipboard