# 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 wildcard searches and includes flood protection.

## Key Features
- Maintains a database of nicknames seen across channels.
- Supports public queries using `!seen <query>` or `.seen <query>`.
- Implements flood protection to prevent excessive querying.
- Allows setting parameters for command character, nickname length, and channel-specific settings.
- Provides commands like `!seenstats`, `!chanstats`, and `!lastspoke` for additional functionality.

## File Analysis
- **bseen1.4.2-asli.tcl** — Contains the main script logic for maintaining a database of seen nicks, handling queries, and implementing flood protection.
- **bseen1.4.2.tcl** — Another version of the main script with slightly different parameters and settings.
- **bs_seen_updater1.4.2.tcl** — Script to update databases from 1.3.x format to 1.4.x format, ensuring compatibility.
- **bseen1.4.2.readme** — Documentation for the script, detailing installation, usage, and updates.