Bullet_Dodger commented on a Page, Auto op on deop  -  Oct 03, 2008

You could use

on 1:deop:#: {
  if ($nick == $me) { halt }
  if ($opnick == $me) && ($nick != $me) && (X isin #) { .msg x op #
  }
on 1:deprotect:#: {
  if ($nick == $me) { halt }
  if ($protectnick == $me) && ($nick != $me) && (X isin #) { .msg x protect #
  }
on 1:dehalfop:#: {
  if ($nick == $me) { halt }
  if ($halfopnick == $me) && ($nick != $me) && (X isin #) { .msg x halfop #
  }
 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.