# Greeting Script

**Category:** Eggdrop_Script
**Original Author:** David (kazoo) from conflabit.net

## Description
This script is designed to greet users when they join specific channels in an IRC network using Eggdrop, a popular IRC bot.

## Key Features
- **Greeting Customization**: Allows setting different greetings for up to ten distinct channels.
- **Text File Support**: Reads and displays custom messages from `greeting.txt` files if the `greetvar` is set to 0.
- **Channel Binding**: Binds the greeting functionality to channel joins using Tcl scripting.

## File Analysis
- **greeting.tcl** — Contains the main script logic for handling greetings upon user join. It supports multiple channels and custom text files.
- **README** — Provides a brief copyright notice and acknowledgment of the author's work, but does not detail the software functionality.