# Drunkscript Version 1.0

**Category:** mIRC_Addon
**Original Author:** hippy@ipes-ent.com

## Description
A simple IRC bot script that provides a Bavarian-themed bar service, allowing users to order various drinks by using specific commands.

## Key Features
- Provides a list of available drinks when the `!drinks` command is used.
- Allows ordering individual drinks such as Jaegermeister, Despo, Weissbier, Becks, Edelstoff, Helles, Sekt, and Champagner.
- Sends messages to the channel with an action description for each drink order.

## File Analysis
- **drunkscript.tcl** — A Tcl script that defines various commands to handle drink orders and provides a list of available drinks. The script uses `putserv` and `privmsg` to send messages to users and channels, simulating the actions of serving drinks.