# Bass's Seen Script v1.4.2c

**Category:** Eggdrop_Bot
**Original Author:** Bass (bass@*.psu.edu) or Solbu (*!*@solbu.users.undernet.org)

## Description
This script maintains a database of nicks seen in IRC channels, providing flood protection and supporting wildcard searches.

## Key Features
- Maintains a database of nicknames seen across multiple channels.
- Supports flood protection with configurable limits.
- Implements wildcard search functionality.
- Provides commands for querying the database, such as `!seen`, `.seen`, and `!lastspoke`.
- Logs data to a specified directory or within the bot's main directory.
- Manages channel-specific settings like quiet channels and log-only channels.

## File Analysis
- **bseen1.4.2.tcl** — Main script file containing configuration parameters, database management functions, and event bindings for handling nick changes, joins, parts, kicks, and quits.
- **bsseen_updater1.4.2.tcl** — Script to update databases from version 1.3.x to 1.4.x format.
- **bseen1.4.2.readme** — Documentation file providing installation instructions and feature descriptions.