# ho_stats_p.pl

**Category:** Irssi_Script
**Original Author:** Garion

## Description
This script reformats the output of `/stats p` in an IRC client using the Irssi framework, specifically by sorting and categorizing operators based on their idle times.

## Key Features
- Reformats `/stats p` output to display operators sorted by idle time.
- Categorizes operators into TCMs (tcm@), BOPMs (bopm@), and DDDs (ddd@).
- Prints a report of operators, TCMs, BOPMs, and DDDs with their respective idle times.

## File Analysis
- **ho_stats_p.pl** — Main script that reformats `/stats p` output by sorting operators based on their idle time and categorizing them into specific groups.
- **ho_stats_p.pl** — Contains the logic for handling `/stats p` lines, re-emitting signals, and printing categorized reports.