# 8ball.tcl

**Category:** Eggdrop_Bot
**Original Author:** hextasy (hextasy@gmail.com)

## Description
This script is a simple magic 8-ball bot for IRC channels, allowing users to ask yes/no questions and receive random responses.

## Key Features
- Responds to the `.8ball` command with predefined answers.
- Reads answers from a `8ball.txt` file.
- Logs the loading of the script into the channel's log.

## File Analysis
- **8ball.tcl** — Contains the main logic for handling the 8-ball functionality, including binding the command and processing user questions.
- **8ball.txt** — Stores the list of possible answers that the bot will randomly select from when responding to a question.