Code:
on *: JOIN:#: WHOIS $nick raw 307:*: {
  if (identified == $4) {halt}
  else
  /notice $nick You're not ID'd
}


There is my code at present.. I don't know enough about raws.. thanks in advance if you can help me. I just want to send a notice to users who are not identified when they join channels.