How do i set up a script that will auto pm someone when they join my channel? Heres what I have, it dosent work frown and would changing it from .notice $nick to msg $nick send it in a pm? I dont want it to notice in the channel but send as a pm.
Oh and I want it only to do so if im halfop'ed
Code:
on *:JOIN:#: {
  .notice $nick line 1
  .notice $nick line 2
  .notice $nick line 3
  .notice $nick line 4
  .notice $nick line 5
  .notice $nick line 5
}