# IPStatus.tcl

**Category:** Eggdrop_Bot
**Original Author:** BLaCkShaDoW

## Description
IPStatus.tcl is a Tcl script for Eggdrop IRC bots that pings IPv4, IPv6, and websites to check their status and reply with the ping time and availability.

## Key Features
- Pings a given destination (IPv4, IPv6, or website) and replies with the ping time and if it's up or down.
- Supports IPv6 (only for those who have IPv6 active on their machine).
- Multi-language support: Romanian, English, Italian, Spanish.
- Can be activated by setting channel flags (.set +ipstatus).

## File Analysis
- **IpStatus.tcl** — Contains the main script logic for pinging and responding to ping requests. It includes functions for handling language settings, binding commands, and processing ping results.