# Auto Welcome Script by Rana Usman

**Category:** mIRC_Addon  
**Original Author:** RANA USMAN

## Description
This script is designed to welcome users who join a specified IRC channel with customized messages stored in a separate file.

## Key Features
- Welcomes users joining a specific channel.
- Supports configurable greeting styles: channel message or private notice.
- Allows customization of welcome messages via an external text file.
- Automatically selects random messages from the provided list for each user.

## File Analysis
- **autogreet.tcl** — Contains the main script logic, including configuration settings and event bindings. It reads messages from `welcome.txt` and sends them to users joining the specified channel.
- **welcome.txt** — Stores the welcome messages that can be customized by the user.