mIRC Home    About    Download    Register    News    Help

Print Thread
#82459 09/05/04 04:29 PM
Joined: May 2004
Posts: 17
S
Pikka bird
OP Offline
Pikka bird
S
Joined: May 2004
Posts: 17
Im a newbie to mirc scripting, I need to output for dugging needs the stuff that my socket has read: the socket connect successfully but this code doesn't work confused


on *:sockread:MySocket:{
if ($sockerr > 0) return
:nextread
else {
sockread -f %varible
msg $active %varible
}
}

Thanks.

#82460 09/05/04 04:42 PM
Joined: May 2004
Posts: 17
S
Pikka bird
OP Offline
Pikka bird
S
Joined: May 2004
Posts: 17
I have solve my problem, thank!!!!!! laugh


Link Copied to Clipboard