# rsh-greet.tcl

**Category:** mIRC_Addon
**Original Author:** rehash (rehash@relevant-undernet.org)

## Description
This script provides a simple greeting mechanism for IRC channels, allowing users to enable or disable greetings on specific channels.

## Key Features
- **Enable/Disable Greetings**: Users can turn the greeting feature on or off using `/msg LamestBot +greet` and `/msg LamestBot -greet`.
- **Customizable Greeting Message**: The script allows setting a custom message to be displayed when someone joins a channel.
- **Channel-Specific Greetings**: Greetings are only sent if the user is joining the specified channel.

## File Analysis
- **rsh-greet.tcl** — A Tcl script that provides functionality for sending greetings in IRC channels based on user commands and conditions. It includes procedures to handle enabling/disabling of greetings, setting custom messages, and sending greetings upon joining a specific channel.