# Eggdrop Dice Roller Script

**Category:** Eggdrop_Bot
**Original Author:** John M. Jensen

## Description
This script provides a simple dice roller functionality for an Eggdrop bot in IRC channels, allowing users to roll dice or play craps games.

## Key Features
- `!roll` command to roll the dice.
- `!craps` command to start and manage a craps game.
- `!flush` command to end an unfinished craps game.
- Dice images are displayed in the channel for visual representation of rolls.

## File Analysis
- **botcrap.tcl** — Contains the main script logic, including event bindings and commands.
- **README** — Provides installation instructions and notes on usage.
- **dice11.die to dice66.die** — Text files containing ASCII art representations of dice faces for visual display in IRC channels.