# Bseen 1.4.2 Spanish Translation

**Category:** Eggdrop_Bot
**Original Author:** Bass (translated by YeRbA, BaRDaHL & Tybalt)

## Description
This is a translation of the `Bass's Seen` script for IRC bots, specifically designed to maintain a database of all nicks seen online and in partyline. It includes flood protection, smart search capabilities, and commands for querying nick history.

## Key Features
- Maintains a database of all nicks seen.
- Supports wildcard searches.
- Provides public, message, and DCC command interfaces.
- Implements flood protection with configurable parameters.
- Includes commands like `!seen`, `!seennick`, `!idle`, `!chanstats`, and `!seenstats`.
- Automatically updates the database format from version 1.3.x to 1.4.x.

## File Analysis
- **bseen1.4.2.tcl** — Main script implementing seen functionality, including command handling, flood protection, and database management.
- **bseen_updater1.4.2.tcl** — Script for updating databases from version 1.3.x to 1.4.x format.
- **bseen1.4.2.readme** — Documentation for the script, detailing installation, usage, and updates.