Oh yeah and only one last silly question...
How can I make the note display as an echo along with the other text:
Code:
on 1:NOTIFY: {
  if (%echo.notify == on) { echo -a $timestamp %logo Your friend $nick is on IRC. [color:blue]<the note here>[/color] }
    if (%sounds == on) {
      if (%s.notify.on == on) {
        splay sounds\12.notify.wav
      }
    }
  }
}