# Songorus Seen Script

**Category:** Eggdrop_Script
**Original Author:** Nafiz Utku (e-MALE_UK)

## Description
A seen script for Eggdrop IRC bots, designed to maintain a database of nicknames seen online and provide search functionality with flood protection.

## Key Features
- Maintains a database of nicknames seen online.
- Supports wildcard searches.
- Implements flood protection.
- Logs queries and data.
- Provides public, private, and DCC query support.
- Tracks channel activity for logging purposes.

## File Analysis
- **songorus.tcl** — Primary script file containing configuration parameters, commands, and event bindings for maintaining a seen database and providing search functionality. It includes flood protection mechanisms and supports various query types.