I have a super simple script:

raw 319:*test*:/msg $me boo

Nothing happens when I run a whois on someone in the channel #test. I ran a @debug window and it shows that 319 is happening, but it is not triggering my script. I have also tried other scripts I found online like:

raw 319:*:{
echo -a $!1 is $1
echo -a $!2 is $2
echo -a $!3 is $3
echo -a $!4 is $4
}

It does not work either. Thanks for your help!