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.