# Diccionario Script

**Category:** mIRC_Addon
**Original Author:** BaRDaHL (bardahl@linuxmail.org)

## Description
This script provides a simple dictionary functionality for IRC channels, allowing users to add, modify, delete, and search words in the dictionary. It requires user authorization to perform certain actions.

## Key Features
- Allows authorized users to add new words with descriptions.
- Enables authorized users to modify existing entries.
- Provides commands to delete words from the dictionary.
- Offers a command to look up words in the dictionary.
- Supports opening and closing of the dictionary functionality based on admin commands.

## File Analysis
- **diccionario.tcl** — Contains all the procedures for managing the dictionary, including adding, modifying, deleting, and searching words. It also includes help commands for users.