# Channel Greet v1.1 Modified

**Category:** Eggdrop_Script
**Original Author:** ArcAngeL (sysop@flexnet.org), SYFX

## Description
This script is a simple channel greeting bot for Eggdrop IRC clients, designed to send random welcome messages when users join a specified channel.

## Key Features
- Sends random greetings upon user joining the configured channel.
- Configurable greetings via global variables.
- Limited functionality and configuration options.

## File Analysis
- **changreet1.1MOD.tcl** — A Tcl script that binds to the `join` event, sending a random greeting message when users join the specified channel.