Skyy commented on a Page, Welcome Back Greeter  -  Mar 20, 2009

try this:

on *:PART:#: {
  writeini wb.ini $chan $nick yes
}
on *:QUIT:#: {
  writeini wb.ini $chan $nick yes
}

on *:JOIN:#: {
  If ($readini(wb.ini,$chan,$nick) == yes ) {
    .notice $nick Welcome back....
  }
  Else {
    .notice $nick welcome to....
  }
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.