Here is my current script:
on *:SNOTICE:*is doing a /whois on you*:{
echo 4 -at You have been WHOIS'ed by $left($1,($pos($1,$chr(40),1)-1))
}
And this is the exact syntax of the SNOTICE:
[18:50:47] -chat.psionics.net- Martine(~Martine@ool-435221b7.dyn.optonline.net) is doing a /whois on you.
But the echo just returns:
[18:50:47] You have been WHOIS'ed by
I want it to return the nick of the user ... but cant get it to do that
Thanks