mIRC Home    About    Download    Register    News    Help

Print Thread
S
spirit_cro
spirit_cro
S
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

Joined: Feb 2004
Posts: 2,013
F
Hoopy frood
Offline
Hoopy frood
F
Joined: Feb 2004
Posts: 2,013

N
NeUtRoN_StaR
NeUtRoN_StaR
N
thanks a ton

Joined: Apr 2003
Posts: 701
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Apr 2003
Posts: 701
What's wrong with /server -m oceania.enterthegame.com followed if needed by /window -w "status window"?


Link Copied to Clipboard