mIRC Home    About    Download    Register    News    Help

Print Thread
#25295 21/05/03 02:04 AM
Joined: Mar 2003
Posts: 18
M
Maveric Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Mar 2003
Posts: 18
What would be the operator to get the text you just /sockwrite'ed? I have tried the usual $1- but doesn't report anything. I am trying to get the text that another script writes to the socket.
Example: (that doesn't work)
ON *:sockwrite:name: {
set %sockwrite $1-
}
I don't see anything in the help file for it.

#25296 21/05/03 02:09 AM
Joined: Dec 2002
Posts: 699
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 699
on sockwrite triggers AFTER mirc has written, grab the info from the script, before the /sockwrite.

#25297 21/05/03 02:22 AM
Joined: Mar 2003
Posts: 18
M
Maveric Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Mar 2003
Posts: 18
See the problem is that it is a script that many people use, and I am unable to edit it. So I was hoping I could just grab the text that it writes to the socket. There isn't a way to capture the text that is sent with /sockwrite?

#25298 21/05/03 02:25 AM
Joined: Dec 2002
Posts: 699
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 699
Possibly make a /sockwrite alias.


Link Copied to Clipboard