# Idle Monitoring Script for IRC Clients

**Category:** mIRC_Addon
**Original Author:** IRCHelp.UniBG.Net+LHG Crew

## Description
This script monitors idle time of users in an IRC network, and automatically kicks or temp-klines (temporarily klines) them if they remain idle beyond a specified threshold.

## Key Features
- Monitors user idle time using the `time` bind.
- Checks every 5 minutes for users who have been idle longer than the configured maximum idle time (`maxidle`).
- Logs information about affected users and their bots.
- Temporarily klines users if they exceed the idle time threshold.

## File Analysis
- **idle.tcl** — A Tcl script that binds to the `time` event, checks user idle times, and performs actions based on those times. It logs relevant information and takes action against users who are idle for too long.