# Greet & Leave TCL Script

**Category:** mIRC_Addon
**Original Author:** BLaCkShaDoW Productions

## Description
This script provides functionality to greet users upon joining a channel and to send a parting message when they leave the channel.

## Key Features
- **.greet set <message>**: Sets the greeting message for a specific channel.
- **.greet on/off/status/display**: Enables, disables, checks status, or displays the current greeting message for a channel.
- **.leave set <message>**: Sets the parting message for a specific channel.
- **.leave on/off/status/display**: Enables, disables, checks status, or displays the current parting message for a channel.

## File Analysis
- **GreetLeave.tcl** — Contains all the functionality to manage greetings and parting messages for IRC channels.