# Bass's Seen Script v1.4.2c

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

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

## Key Features
- Maintains a database of all nicks seen online.
- Supports wildcard queries.
- Includes simple flood protection.
- Can be queried via public commands (`!seen`), private messages (`seen`), or DCC (`.seen`).
- Provides `!lastspoke`, `!seennick`, and `!seenstats` commands for additional functionality.

## File Analysis
- **bseen1.4.2.tcl** — Main script file containing the logic to maintain the database, handle queries, and manage flood protection.
- **bs_seenmask** — Subroutine for handling wildcard searches.
- **bs_output** — Function to generate responses based on query results.
- **bs_botsearch** — Command handler for bot-specific searches.
- **bseen_updater1.4.2.tcl** — Script to update databases from version 1.3.x to 1.4.x format.
- **bseen1.4.2.readme** — Documentation file detailing installation, usage, and configuration options.