# dinfo.tcl

**Category:** Eggdrop_Script
**Original Author:** lee8oi (lee8oi@gmail.com)

## Description
A script for the Eggdrop IRC bot that provides an information management system, allowing users to query and manage a database of key-value pairs through both public commands and private messages.

## Key Features
- Public command `.info` for listing or searching the info database.
- DCC (partyline) command `.dinfo` for adding, removing, backing up, and restoring entries in the info database.
- Database management functions including backup and restore operations.

## File Analysis
- **dinfo.tcl** — The main script file that defines the `::dinfo::` namespace, handles public commands, DCC commands, and provides database management functionalities. It also sources an external file for storing the database content.