Giving op status with 2-second delay:
Code:
ON @*:JOIN:#pleasure_library,#pleasure_library_ops: {
  if ($me == Pleasure[BOT]) || ($nick == ThePurpleKat) {
    pop 2 $chan $v2
  }
}
ON @*:TEXT:!opup:#pleasure_library,#pleasure_library_ops: {
  if ($me == Pleasure[BOT]) || ($nick == ThePurpleKat) {
    pop 2 $chan $v2
  }
}
ON @*:TEXT:!opdown:#pleasure_library,#pleasure_library_ops: {
  if ($me == Pleasure[BOT]) || ($nick == ThePurpleKat) {
    mode $chan -o $v2
  }
}