# Weather3.3.2

**Category:** Eggdrop_Bot
**Original Author:** Murf

## Description
This is a weather retrieval script for an IRC bot written in TCL. It fetches current weather conditions, forecasts, sunrise/sunset times, and other related information from the Wunderground website.

## Key Features
- Retrieves US and international weather by city or zip code.
- Supports setting default cities per user using XTRA fields.
- Allows users to specify units (imperial, metric, combined) for temperature and wind speed.
- Can provide sunrise/sunset times and precipitation reports.
- Offers a command-line interface with various flags for different types of weather queries.

## File Analysis
- **weather3.3.2.tcl** — The main script file containing the logic to fetch and display weather information, including bindings and configuration settings.