Try replacing $nick with $+($nick,!)

Code:
on *:join:#: {
  if (!$read(names.txt,nw,$nick)) {
    write names.txt $nick
    msg $chan hi there $+($nick,!) welcome to the stream!
  }
}

Last edited by SladeKraven; 30/03/14 12:36 AM.