# showDIZ v1.40

**Category:** Eggdrop_Script
**Original Author:** dMG/t!s

## Description
A Tcl script for Eggdrop IRC bots that extracts and displays file_id.diz from text files in an IRC channel.

## Key Features
- Extracts `file_id.diz` from text files.
- Displays the extracted data in a formatted manner.
- Handles case-insensitive input.
- Supports public, private message, and filesystem usage.
- Provides search functionality to find the path of the file.

## File Analysis
- **showDIZ.tcl** — Contains the main script logic for extracting and displaying `file_id.diz`.
  - Binds commands to handle public and private messages as well as filesystem operations.
- **txtdiz.c** — A C program that extracts `file_id.diz` from text files.
  - Searches for `@BEGIN_FILE_ID.DIZ` and `@END_FILE_ID.DIZ` markers in the file content.
- **README** — Provides instructions on how to install and use the script.