# GreetWondeR 1.8.2 (Eggdrop 1.x Greet TCL Script)

**Category:** Eggdrop_Script
**Original Author:** Wingman <Wingman@WINGDesign.de>

## Description
GreetWondeR is a TCL script for Eggdrop IRC bots, providing customizable greetings and automated responses based on user attributes such as nicknames, flags, and hostmasks. It supports various greeting configurations and includes flood protection mechanisms.

## Key Features
- Customizable greets per channel with support for nicknames, flags, and hostmasks.
- Var-replacement in greetings to dynamically insert nicknames, botnick, and channel names.
- Support for random greets and flag-specific greets.
- Integrated flood protection with a queue system to prevent excess flooding.
- DCC commands for managing greets from the partyline.

## File Analysis
- **greetinstall.tcl** — Script used to install GreetWondeR into an Eggdrop bot configuration file, ensuring proper setup and modifications.
- **greetwonder.tcl** — Main script containing configurable settings and procedures for handling greetings, including flood protection and dynamic channel support.
- **readme.txt** — Documentation providing installation instructions, features overview, and command references.