# Welcome.tcl Script

**Category:** Eggdrop_Bot
**Original Author:** Indra^Pratama & Vita

## Description
This script is designed to welcome users when they join a specified IRC channel by sending them predefined messages.

## Key Features
- Welcomes users with various pre-defined messages.
- Supports multiple channels for different greetings.
- Randomly selects a greeting message from the list based on the user's nickname and the channel name.

## File Analysis
- **Informations.txt** — Contains information about the script, including author details, copyright, and usage instructions.
- **welcome.tcl** — Implements the functionality to send welcome messages upon user join. It uses `bind` to trigger the `salam_gabung` procedure when a user joins a specified channel.