Bielie commented on a Page, Part Message And Counter  -  Jun 10, 2010
on *:part:#:{ 
inc %part [ $+ [ $chan ] ] 
inc %part1 [ $+ [ $nick ] ] 
msg # %part [ $+ [ $chan ] ]  people have parted $chan $+ . $1 Parted %part1 [ $+ [ $nick ] ] times.
halt
}
on *:quit:#:{ 
inc %quit [ $+ [ $chan ] ] 
inc %quit1 [ $+ [ $nick ] ] 
msg # %quit [ $+ [ $chan ] ]  people have quited $chan $+ . $1 Quited %quit1 [ $+ [ $nick ] ] times.
halt
}

I found this one on one of my old bots.

 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.