# Dictionary Bot for Eggdrop

**Category:** Eggdrop_Bot
**Original Author:** MORA@ready.dk

## Description
A dictionary bot for Eggdrop IRC clients that allows users to add, retrieve, and delete definitions, with optional HTTP server support to display the dictionary in a web format.

## Key Features
- Allows users to add new words and their definitions.
- Retrieves existing definitions based on user input.
- Deletes definitions by word or ID.
- Sends notices back to users for adding or deleting entries.
- Supports XML output of the dictionary file.
- Runs an HTTP server to display the dictionary in a web format.

## File Analysis
- **dictionary.tcl** — Main configuration and functionality script for the dictionary bot, including commands for adding, retrieving, and deleting definitions. Also includes HTTP server support and database sharing features.