# Advance Channel Greet v1.0

**Category:** Eggdrop_Bot
**Original Author:** MeS - MeS@Hells.Ca

## Description
This script is designed to greet users joining a specified IRC channel with a welcome message and provide additional information through the `!info` command. It also sends a parting message when users leave the channel.

## Key Features
- Sends a welcome message upon user join.
- Provides a URL for the channel.
- Sends a random parting message to users who leave the channel.
- Allows users to query for more detailed information about the channel using the `!info` command.

## File Analysis
- **ACG.tcl** — A Tcl script that configures and implements the functionality described above. It binds events, defines procedures for handling joins and parts, and provides a mechanism for displaying additional information via the `!info` command.