# INI Database v0.4.2

**Category:** Eggdrop_Script
**Original Author:** mamaKIN (mamakin@mailandnews.com)

## Description
A TCL script for Eggdrop bots that allows users to store and access settings using an INI file format.

## Key Features
- `ini_read` procedure: Reads the value of a specified item from a section in the INI file.
- `ini_write` procedure: Sets the value of a specified item in a section of the INI file.
- `ini_remove` procedure: Removes a section or an item within a section, and optionally removes the entire INI file if no sections remain.

## File Analysis
- **inidb.tcl** — Contains the implementation of the three main procedures (`ini_read`, `ini_write`, `ini_remove`) for managing INI files.
- **README** — Documentation on how to use the script, including procedure descriptions and future plans.