# es_bseen1.4.2.tcl

**Category:** Eggdrop_Script
**Original Author:** YeRbA (Peter Maik)

## Description
This script is designed to maintain a database of nicknames seen on IRC channels, providing commands for users to check when and where a nickname was last seen.

## Key Features
- **Commands**: 
  - `!seen <nickname> [#channel]` — Public command to query the last seen time and location.
  - `.seen <nickname> [#channel]` — DCC or private message command to query the last seen time and location.
  - `seen <nickname> [#channel]` — Message command to query the last seen time and location.

- **Database Management**:
  - Maintains a database of nicknames with their last seen times and locations.
  - Supports smart search for more accurate results.
  - Flood protection mechanism to prevent abuse.

## File Analysis
- **es_bseen1.4.2.tcl** — The main script file containing all the logic, commands, and configurations for managing the nickname database.