# Botping: Ping bots on the botnet to check lagtime.

**Category:** mIRC_Addon
**Original Author:** BarkerJr

## Description
This script pings bots in a botnet to check their latency, with adjustments for different versions of Tcl and logging ping responses. It is designed to be run from within an IRC client using the `bping` command.

## Key Features
- **Pings specified or all bots in the botnet** based on user input.
- **Adjusts timing** between pings depending on the version of Tcl available (8.3+ uses milliseconds, otherwise uses seconds).
- **Logs ping responses** and notifies the sender of the latency.

## File Analysis
- **botping.tcl** — Contains the core logic for pinging bots in a botnet and handling responses, including command bindings and event handlers.