# krenvirsh.tcl

**Category:** mIRC_Bot
**Original Author:** Krenvir

## Description
This script automates channel management by revoking operator privileges from idle users who have not been active for more than a specified time.

## Key Features
- Monitors user activity on specified channels.
- Revokes operator status from users who are idle for longer than the set threshold, except for specific exempted nicks.
- Periodically performs WHOIS queries to check user identities and statuses.

## File Analysis
- **krenvirsh.tcl** — Contains the main logic for managing channel operators based on user activity. It includes functions to check idle time and revoke operator status if necessary. Additionally, it schedules periodic WHOIS checks to gather more information about users.