# DiCT v1.08

**Category:** Eggdrop_Bot
**Original Author:** David Proper (Dr. Nibble [DrN])

## Description
DiCT is a TCL script for Eggdrop IRC bots that allows operators to manage and define a dictionary of words, with features like adding definitions, listing them, and retrieving specific entries.

## Key Features
- **Dictionary Management**: Allows operators to add, remove, and list definitions.
- **Multiple Dictionary Files**: Supports multiple dictionaries per channel or separate files for each channel.
- **Command Aliases**: Implements various commands such as `!define`, `!undefine`, `!listdef`, and `!whodef`.
- **Double Bind Support**: Allows double binds to trigger specific actions, e.g., `? ==` and `!!`.

## File Analysis
- **dict.tcl** — Main script file containing the logic for dictionary management.
  - **filename** — Contains commands, event bindings, and configuration settings.