# DiCT v1.10 Dictionary Management Script

**Category:** Eggdrop_Bot
**Original Author:** David Proper (DrN)

## Description
DiCT is a dictionary management script for Eggdrop IRC bots, allowing operators to define and recall words in the bot's database. It supports multiple dictionaries and provides various commands for managing definitions.

## Key Features
- Open definition adding or closed (OP only)
- Single dictionary file or separate ones for each channel
- Multiple binds to accommodate triggers from other bots/scripts
- Saves nick of person who added a definition
- Saves date/time when a definition was entered
- Ability to use multiple dictionary files

## File Analysis
- **dict109.tcl** — Main script providing the functionality and history.
- **.dict** — Dictionary definitions, including acronyms, abbreviations, and other terms.
- **dict.acro** — Additional acronym definitions.
- **dict.areacode** — Area code information for various regions.
- **dict.country** — Country codes and names.
- **dict.gloss** — Glossary of technical terms.
- **dict.pagan** — Pagan-related acronyms and terms.
- **dict.pgloss** — Additional pagan glossary entries.
- **cntdict** — Perl script to convert dictionary files for compatibility with newer versions.