# putDIZ v1.20

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

## Description
putDIZ is an eggdrop TCL script designed to attach ASCII advertisements and metadata to uploaded files on a specific IRC channel, while also functioning as a duplicate checker.

## Key Features
- Attaches an ASCII ad and date/time of upload to text files.
- Announces new uploads on the specified channel.
- Checks for duplicates against a database file.
- Populates the database if it does not exist upon first run or rehash.
- Appends newly uploaded filenames to the bottom of the database.

## File Analysis
- **putDIZ.tcl** — Script that handles file uploads, attaches ads and metadata, checks for duplicates, and updates the database.
- **README** — Documentation explaining how to install and use the script.