blackvenomm666 commented on a Page, Away Popup Menu  -  Dec 11, 2011
if (%åwåy.pager == OFF) { halt }
  window -De @åwåy.highlights
  echo -t @åwåy.highlights $time(hh:nntt) **** $date(mm/dd/yyyy) **** 
  echo -t @åwåy.highlights $time(hh:nntt) **** $server ****
  echo -t @åwåy.highlights $time(hh:nntt) **** $chan ****
  echo -t @åwåy.highlights $time(hh:nntt) **** Nick: $+ $nick Message: $+ $1- ****
  .msg # *** Automated MSG *** I am currently [away] reason: $+ %åwåy.reason $+ .
}

could also be done as

if (%åwåy.pager != OFF) {
  window -De @åwåy.highlights
  echo -t @åwåy.highlights $time(hh:nntt) **** $date(mm/dd/yyyy) **** 
  echo -t @åwåy.highlights $time(hh:nntt) **** $server ****
  echo -t @åwåy.highlights $time(hh:nntt) **** $chan ****
  echo -t @åwåy.highlights $time(hh:nntt) **** Nick: $+ $nick Message: $+ $1- ****
  .msg # *** Automated MSG *** I am currently [away] reason: $+ %åwåy.reason $+ .
}
}

same can be done with your on notice event

 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.