# GreetCommand Script

**Category:** mIRC_Addon
**Original Author:** pandaweb/pandroid

## Description
This script sends raw IRC commands when a specified user enters the channel, allowing for personalized greetings or actions based on user presence.

## Key Features
- Sends private messages to users who enter the channel.
- OPs users who enter the channel (unsecure).
- Lists and manages defined greets.
- Provides help documentation for using the script.

## File Analysis
- **greetcommand.tcl** — The main script file that handles the logic for sending commands when a user joins the channel. It includes functions to add, remove, list, and display help for greet commands.