ProIcons commented on a Page, !Join and !Leave script  -  Nov 25, 2009
 on @*:TEXT:!op*:#: {
  if ($nick isop $chan) {
    mode $chan +o $2
  }
}

Should Be

on @*:TEXT:!op*:#: {
  if ($nick !isop $chan) {
    mode $chan +o $2
  }
}
 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.