# pxexpl.tcl

**Category:** Eggdrop_Script
**Original Author:** Mentor <mentor@projectx.mx.dk>

## Description
This Tcl script for Eggdrops allows users to add, delete, and query explanations or terms in a database. It provides commands for managing the database from both public channels and private messages.

## Key Features
- Allows adding new explanations with a required +f (friend) flag.
- Enables deleting existing explanations with a required +f flag.
- Supports listing available explanations using wildcards.
- Provides detailed usage instructions and error handling.
- Compatible with Eggdrop versions 1.1.5 to 1.3.21.

## File Analysis
- **pxexpl.tcl** — Main script file containing the logic for adding, deleting, and querying database entries. Implements commands through bind/putserv functions.
- **explfile** — Configuration setting for the database filename.