Jethro commented on a Page, Nick responce  -  Jan 02, 2010

$active simply means the main window you are chatting in, where you pay attention to.
This should respond to active and private:

on *:TEXT:$($+(*,$me,*)):*:response $1-
on *:ACTION:$($+(*,$me,*)):*:response $1-
on *:NOTICE:$($+(*,$me,*)):*:response $1-
alias -l response {
  if ($comchan($nick,1) != $active) {
    msg $iif($chan,$v1,$me) $nick is calling out to you! 
  }
}
 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.