# ho_sping.pl

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

## Description
This script checks the latency of all linked servers on an IRC network by first issuing a `/LINKS` command to obtain a list of servers and then sending a `/PING` for each server. It records the time taken for each PONG response, identifying any servers that respond slower than a specified threshold.

## Key Features
- Checks the latency of all linked servers.
- Uses `/LINKS` to gather a list of servers.
- Sends `/PING` commands to each server and records the response times.
- Identifies and reports servers with response times exceeding a configured threshold.
- Provides an optional full report detailing individual ping delays.

## File Analysis
- **ho_sping.pl** — Perl script that implements the latency check functionality. It handles the main logic of gathering server lists, sending PING commands, and processing PONG responses to determine latency.
- **ho_sping_help** — Subroutine for displaying help information when `/SPING HELP` is issued.