# WebSeen CGI Script

**Category:** Eggdrop_Script
**Original Author:** Baerchen

## Description
This script provides a web interface to query seen data from an eggdrop bot's bseen database, allowing users to search for when other users were last active on IRC.

## Key Features
- Queries the bseen database using CGI and Tcl.
- Displays results in HTML format.
- Allows searching by nickname or IP address.
- Excludes certain channels from the search results.
- Limits the number of returned results.
- Formats timestamps into human-readable durations.

## File Analysis
- **README** — Contains instructions for configuring and installing the script, as well as a disclaimer regarding responsibility.
- **webseen.cgi** — The main script file that handles CGI requests, searches the bseen database, and formats the output in HTML. It binds to the eggdrop bot's data and processes search queries.