# ho_stats_l.pl

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

## Description
This script reformats the output of `/stats l` in IRC clients using Irssi, specifically focusing on displaying send queue information, traffic statistics, and connection idle times.

## Key Features
- Reformats `/stats l` output to display send queue data.
- Displays total sent and received traffic.
- Shows connection duration and idle time.
- Allows customization of the width and tick size for send queue displays.

## File Analysis
- **ho_stats_l.pl** — Perl script that reformats `/stats l` output, including handling of send queue information, traffic statistics, and connection times. It uses Irssi's signal system to intercept and modify the display of stats data.