# Multi-channel onjoin messages - v1.0.0 by ppslim @ efnet

**Category:** mIRC_Addon

## Description
This script allows setting custom welcome messages for specific channels when users join them, using either notices or private messages.

## Key Features
- Sets custom onjoin messages for specified channels.
- Allows choosing between sending messages as notices or private messages to the user.
- Uses `bind` and `proc` commands in TCL scripting language.

## File Analysis
- **multi-onjoin.tcl** — Contains the script logic for setting up and displaying custom onjoin messages. It defines settings for channel messages and binds a procedure to handle join events.