# Beer Script v.1.beta1

**Category:** Eggdrop_Bot
**Original Author:** SpiKe^^

## Description
The `beer.tcl` script is a simple channel chatter bot designed for use with Eggdrop IRC bots. It allows users to interact with the bot using predefined triggers and commands, such as ordering drinks or requesting music.

## Key Features
- **Public Triggers**: Allows users to trigger responses by typing commands like `!beer`, `!bud`, `!margaritas`, etc.
- **Flood Protection**: Limits the number of requests a user can make within a specified time frame to prevent abuse.
- **Multi-Channel Support**: Can operate in multiple channels simultaneously.
- **Access Control**: Allows setting flags for users who are allowed to interact with the bot.
- **On-Join Greetings**: Sends personalized welcome messages when users join the channel.
- **Variable Replacements**: Supports replacing variables like `%m` (me), `%d` (drinker), `%b` (bartender), and `%c` (channel) in responses.

## File Analysis
- **beer.tcl** — The main script file containing the bot's logic, triggers, and configuration settings.
- **No other files found in the archive.**