# Partyline Auto Away Script

**Category:** mIRC_Addon
**Original Author:** LionPing@undernet.nu

## Description
This script sets users to auto away status in a partyline IRC channel if they remain idle for more than 10 minutes, with an optional command to enable or disable this feature.

## Key Features
- Sets users to auto away after 10 minutes of inactivity.
- Provides a command to toggle the auto away feature.
- Uses timers to periodically check user idle time and apply the auto away status accordingly.

## File Analysis
- **partyline.auto.away.tcl** — A Tcl script that implements the functionality described above, including setting users to auto away and providing a command to enable/disable this feature.