# ho_stats_y.pl

**Category:** Irssi_Script
**Original Author:** JamesOff

## Description
This script reformats the output of `/stats y` in Irssi, providing a more readable display for oper statistics.

## Key Features
- Reformats `/stats y` output to include class names, ping times, maximum connections, total data sent, and local/global maxima.
- Uses Irssi's theme system to customize the appearance of the reformatted output.

## File Analysis
- **ho_stats_y.pl** — The main script file that defines the reformatting logic for `/stats y` output. It uses Irssi's `Irssi::theme_register` and `Irssi::signal_add` functions to register custom themes and handle events.
- **ho_stats_y.pl** — (repeated entry, but included as per instructions)