# Last XDCC by Globulus v1.1 (June 2010)

**Category:** mIRC_Addon
**Original Author:** Globulus

## Description
This script tracks XDCC sends from Iroffer bots on an IRC channel, storing them in a database and providing commands to display the last few sends.

## Key Features
- Tracks XDCC sends from specified Iroffer bots.
- Stores send information in a local database file.
- Provides a command (`!last`) to show the last few XDCC sends.
- Automatically checks for new bot announcements and updates the stored information.
- Allows manual trimming of the database to keep only a certain number of entries.

## File Analysis
- **LastXDCC.tcl** — Main script that handles tracking, storing, and displaying XDCC sends from Iroffer bots. It binds commands to track sends, checks for new announcements, and provides a command to show the last few sends.