# PartMSG.TCL

**Category:** mIRC_Addon
**Original Author:** IRCHelp.UniBG.Net+LHG Crew

## Description
This script provides a simple functionality to send random phrases when a user parts from a channel.

## Key Features
- Sends a randomly selected phrase to the parting user.
- Binds the `part` event to the `part_proc` procedure.

## File Analysis
- **part.tcl** — Contains the code for sending random phrases to users who leave a channel. It defines a list of phrases and binds an event handler to respond when a user parts from a channel.