# Define.tcl

**Category:** mIRC_Addon
**Original Author:** SnowBot (ha0) Script Team Development

## Description
This script provides a command for users to look up predefined words or phrases, likely intended for use in IRC channels.

## Key Features
- Provides the `!define` and `/msg define` commands for users to query predefined meanings.
- Supports DCC chat for defining terms.
- Uses a list of predefined words and their associated meanings.

## File Analysis
- **Define.tcl** — Contains the main script logic, including command bindings and procedures for handling public, private, and DCC messages related to the `define` command. The script also sets up global variables containing lists of words and their meanings.
- **Define.tcl** — (Repeated entry; same file content as above)