# Onjoin.tcl Script

**Category:** mIRC_Addon  
**Original Author:** Banned@abv.bg  

## Description
This script provides a simple welcome message to users joining specified channels in an IRC network.

## Key Features
- Sends a welcoming notice to users when they join certain channels.
- Configurable list of welcome messages and channel names.

## File Analysis
- **onjoin.tcl** — Contains the main logic for sending welcome messages upon user joins. It binds the `join` event and checks if the joining user is not an operator or bot itself before sending a message.