# Greet Script for Eggdrop

**Category:** Eggdrop_Bot
**Original Author:** darles

## Description
This script provides a simple mechanism to set and manage custom greetings for users in an IRC channel using Eggdrop 1.x.

## Key Features
- **Commands:**
  - `!greet <text>`: Set or change your personal greeting.
  - `!remgreet`: Remove your personal greeting.
  - `!mygreet`: Show your current personal greeting.
  - `!help`: Display help information about the commands.

## File Analysis
- **greet.tcl** — Contains the core functionality for handling greetings, including command bindings and procedures to add, remove, or show custom greetings. The script also includes necessary configuration settings such as greet limit, flood prevention timer, and success/error messages.