# Bass's Seen Script v1.4.2c

**Category:** Eggdrop_Script
**Original Author:** Bass (bass@*.psu.edu)

## Description
This script maintains a database of all nicks seen online, not just those in the userlist. It supports simple flood protection and wildcard searches.

## Key Features
- Maintains a database of nicknames seen across channels.
- Supports public queries via `!seen <query> [#chan]`.
- Supports message-based queries via `seen <query> [#chan]`.
- Supports DCC-based queries via `.seen <query> [#chan]`.
- Implements flood protection to ignore excessive queries.
- Provides wildcard search capabilities.
- Tracks nick changes and provides last spoke times.

## File Analysis
- **bseen1.4.2-polish.tcl** — Main script file containing the core functionality, including database management, query handling, and event bindings.
- **bs_updater1.4.2-polish.tcl** — Script to update databases from version 1.3.x to 1.4.x format.
- **README.bseen** — Documentation for the script, detailing installation, usage, and configuration options.