Then just remove all the "unknown" welcome stuff and you should be good. If you want custom messages anyway. If not just do something like

Code:
on *:join:#:{
  if ($nick isop #) {
  msg # Hey $nick welcome!
  }
  else return
}


just change the message to whatever you want it to be.