this will go to the room...

Code:
on *:JOIN:#channelname: {
  if ($nick != $me) .msg $nick Hello and welcome to $chan blah blah blah
}


improvement on the code and changed into messaging the person who joins... change .msg to .notice if you don't want to PM (which imho is better)


If it ain't broken, don't fix it!