Firstmate commented on a Page, AV  -  Feb 01, 2009

lol

Btw, this is wrong:

on *:JOIN:#:{ 
  if (%av [ $+ [ $chan ] ] == on) && (%Auv [ $+ [ $address($2,2) ] ] == $address($nick,2)) {
    mode $chan +v $nick
  }
}

The ) after the on ends the if statement). You need:

on *:JOIN:#:{ 
  if ((%av [ $+ [ $chan ] ] == on) && (%Auv [ $+ [ $address($2,2) ] ] == $address($nick,2)) {
    mode $chan +v $nick
  }
}
 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.