# Info Tcl by max4o

**Category:** mIRC_Addon  
**Original Author:** max4o

## Description
This script provides greeting messages for different user types in IRC channels based on their attributes.

## Key Features
- Greeting messages are customized for owners, local owners, masters, friends, operators, and losers.
- Uses `bind join - * sayinfo` to trigger greetings when a user joins a channel.
- Randomly selects from predefined strings for each category of users.

## File Analysis
- **filename** — The script contains definitions for various greeting categories and their corresponding messages. It also includes the main procedure that triggers these greetings based on the user's attributes.