# Usergreet Script

**Category:** Eggdrop_Bot
**Original Author:** stylus740 <stylus740@gmx.de>

## Description
This script allows for custom greetings to be assigned to specific users in IRC channels, which are displayed when the user joins or changes their nickname.

## Key Features
- Allows setting up custom greetings for individual users.
- Supports adding and removing user-specific greetings via commands.
- Displays greetings in the channel upon a user's join or nick change.
- Can handle nicks with square brackets.

## File Analysis
- **usergreet.tcl** — Contains the main script logic, including procedures to manage user greetings, bind events for joining and nick changes, and provide help documentation. The script is designed to be used in an Eggdrop bot environment.