Jamiie commented on a Page, Away System  -  Nov 03, 2008

What Relurk_ is saying is on these events..

on *:NOTICE:*:?:{
  if (%away == yes) {
    .notice $nick Sorry $nick $+ , I'am Away
  }
}
on *:TEXT:*:?: {
  if (%away == yes) {
    msg $nick Sorry $nick $+ , I'am Away
  }
}

Where it says I'am should be either I am or I'm.

Just a spelling correction.

 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.