mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2005
Posts: 22
S
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Dec 2005
Posts: 22
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,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019


Gone.
Joined: Mar 2005
Posts: 212
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Mar 2005
Posts: 212
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