# Dictionary Script

**Category:** mIRC_Addon
**Original Author:** BaRDaHL

## Description
This script provides a dictionary functionality for an IRC channel, allowing users to add, delete, modify, and look up words in the dictionary database.

## Key Features
- **Commands:**
  - `!explain`: Look up a word in the dictionary.
  - `!addword`: Add a new word with its explanation to the dictionary.
  - `!delword`: Delete an existing word from the dictionary.
  - `!modify`: Modify the explanation of an existing word in the dictionary.
- **Status Management:**
  - The script can be closed or opened, restricting or allowing use of the `!explain` command.

## File Analysis
- **dictionary.tcl** — Contains all the procedures and logic for managing the dictionary database, including commands to add, delete, modify words, and look them up. Also includes status management for the dictionary.