# BlackWeather.tcl

**Category:** Eggdrop_Bot
**Original Author:** @WwW.TCLScripts.NET

## Description
BlackWeather.tcl is a TCL script designed to be used with Eggdrop IRC bots. It provides real-time weather conditions and local time for various locations, supporting US Zipcode, UK Postcode, Canada Postalcode, or worldwide city names.

## Key Features
- Displays current weather conditions (max./min. temperatures, feels like temperature, wind speed).
- Retrieves local time from any specified location.
- Supports multiple units of measurement (metric and Fahrenheit).
- Provides a short output option for weather information.
- Includes flood protection to prevent abuse.

## File Analysis
- **BlackWeather.tcl** — The main script file containing the core functionality. It includes procedures for fetching weather data, handling user commands, and managing flood protection.