# IdleOP v1.04

**Category:** Eggdrop_Bot
**Original Author:** David Proper (DrN)

## Description
IdleOP is a bot script for Eggdrop that automatically de-ops users who have been idle in specified channels beyond a certain threshold, optionally devoicing them as well.

## Key Features
- Automatically scans channel OPs and de-ops those who are idle longer than the set time.
- Optionally devoices +v'ed users if they become idle for too long.
- Provides a public command to toggle IdleOP checking on or off.
- Sends warnings before de-opping or devoicing users.

## File Analysis
- **idleop.tcl** — Contains the main logic of the script, including commands and event bindings. It defines variables and procedures for managing idle times and performing actions based on those times.