# Join & Part Greet Scripts

**Category:** mIRC_Addon
**Original Author:** Yoichiro (Nick on Dalnet)

## Description
These scripts provide automated greetings for users joining or parting a channel in IRC, enhancing the interaction and engagement within the channel.

## Key Features
- **Join Greeting**: Sends personalized messages to users when they join the channel.
- **Part Greeting**: Sends farewell messages to users when they leave the channel.
- **Customizable Messages**: Users can define various greetings using TCL syntax with placeholders for nicknames and channels.
- **Logging**: Logs the loading of the script along with version information.

## File Analysis
- **joingreet.tcl** — Contains the main logic for sending join messages to users, including customizable greetings and logging functionality.
- **partgreet.tcl** — Similar to `joingreet.tcl`, but specifically handles parting messages.
- **readme.txt** — Provides instructions on how to use the scripts and warns against running both scripts simultaneously.