# Greetings Script

**Category:** Eggdrop_Bot
**Original Author:** fyre

## Description
This script provides channel greetings for users joining a specified channel in an Eggdrop IRC bot. It allows setting different greeting styles (channel message, notice, or private message) and random welcome messages.

## Key Features
- Sets up channel greetings on specific channels.
- Configurable greeting style: channel message, notice, or private message.
- Random welcome messages defined by the user.
- Activation/deactivation of greetings via `.chanset` command.
- Logs loading information upon script execution.

## File Analysis
- **greetings.tcl** — The main script file containing configuration settings and event bindings for handling user joins and sending greetings. It also includes logging and documentation.