# BlackSeen 1.3

**Category:** mIRC_Addon  
**Original Author:** BLaCkShaDoW ProductionS

## Description
BlackSeen is a script designed to track user presence on IRC channels, recording join, part, sign, kick, split, and change nick events. It also provides a command to query the history of when users were last seen.

## Key Features
- Tracks user presence in IRC channels.
- Records JOIN, PART, SIGN, KICK, SPLIT, and NICKCHANGE events.
- Provides a !seen or .seen command to check when a user was last seen.
- Implements anti-flood protection for the !seen command.
- Automatically deletes old records after 90 days.

## File Analysis
- **BlackSeen.tcl** — A Tcl script that binds various IRC events and implements commands to record and query user presence. It also handles database management and cleanup of old records.