mIRC Home    About    Download    Register    News    Help

Print Thread
#3006 22/12/02 11:41 AM
Joined: Dec 2002
Posts: 15
A
awn Offline OP
Pikka bird
OP Offline
Pikka bird
A
Joined: Dec 2002
Posts: 15
I would like to write a script to place in the startup Perform section to do
the following:

Join a newtork and authorise myself, then join a channel.
Then join a second network (without disconnecting from the first) and
identify myself, then join a channel on this network.

Any help appreciated.

#3007 22/12/02 11:58 AM
Joined: Dec 2002
Posts: 483
Pan-dimensional mouse
Offline
Pan-dimensional mouse
Joined: Dec 2002
Posts: 483
maybe this will work.. grin

on *:start: {
/server -m <adress>
/server -m <adress>
}

on *:connect: {
if (<network ect. undernet.org> isin $server) {
; Add you commands
/join <chan>
}
if (<network ect. undernet.org> isin $server) {
; Add you commands
/join <chan>
}
}

#3008 22/12/02 06:18 PM
Joined: Dec 2002
Posts: 40
L
Ameglian cow
Offline
Ameglian cow
L
Joined: Dec 2002
Posts: 40
why not just script a auto join and auto identify script? they aren't that hard


Link Copied to Clipboard