# 8ball.tcl

**Category:** Eggdrop_Bot
**Original Author:** Michael 'miCHa' Ascher

## Description
This script provides a simple "Magic 8-Ball" functionality for IRC channels, allowing users to ask yes/no questions and receive random answers. It can be toggled on or off by an administrator and supports both English and German languages.

## Key Features
- **Command Triggers:** `?8ball` for public use.
- **Admin Commands:** `\$8ball help`, `status`, `language`, `version`, `contact`.
- **Language Support:** Switches between English and German.
- **Question Handling:** Randomly selects one of four predefined answers.

## File Analysis
- **8ball.tcl** — Contains the main logic for handling user questions and admin commands, including language switching and status management.
- **8ball.tcl** (continued) — The script also includes version information and contact details in comments at the top.