# AntiWordGame v0.1

**Category:** Eggdrop_Bot
**Original Author:** Bad Scripts Company

## Description
This script is designed to answer word unscrambling questions in IRC channels, providing a fun game for users.

## Key Features
- Answers 'Unscramble ---> ....' questions when provided with a clue.
- Reads from a predefined wordlist file to find the correct answers.
- Can be disabled by channel operators using `.chanset #chan +noanwordgame`.

## File Analysis
- **antiwordgame.tcl** — The main script that handles unscrambling logic and binds events for triggering responses.
- **wordlist.txt** — A text file containing word pairs, where the first part is a clue and the second part is the correct answer.