Code:
on *:TEXT:hey:#: {
  msg $chan Welcome to the stream $nick 
}


I just tested that and it works fine

if you want it to AUTO say it when they join:

Code:
on *:JOIN:#: {
  msg $chan Welcome to the stream $nick 
}

Last edited by HappyFappy; 04/01/15 02:30 AM.