well, if you want to connect to another server, then go:
/server -m <network> <port (usually 6667)> <pass> -i <nick> -j <chans>

eg.: /server -m irc.swiftirc.net 6667 ******* -i hohoho865 -j #archery #range etc.

idk what that /msg _____ invite _____ 2903429384230984 thing is but the above would work for the others

edit: also, if you want it to be in a script form so that it does that automaticly after you join one server, then you could do something like this:

Code:
on *:connect: {
if ($network == <network you connect to first>) {
/server -m <network> <port (usually 6667)> <pass> -i <nick> -j <chans>
}
}

Last edited by hohoho865; 30/07/08 02:52 AM.