im trying to make a extra client as a socket so i dont have to open up another mirc. im stuck on it can someone please help me

on *:START:{
idlebot
}
on *:LOAD:{
idlebot
}

alias idlebot {
sockclose main
sockopen main oceania.enterthegame.com 6667
echo -a * < Connecting to ETG >
}


im not sure what to do after this frown any help appreciate. thanks