# Seend v1.8.3

**Category:** Eggdrop_Bot
**Original Author:** lee8oi (lee8oi@gmail.com)

## Description
Seend is a seen script for Eggdrop bots, allowing users to check when the bot last saw a specific user on an IRC channel and providing detailed information about their last message.

## Key Features
- Provides .seen command to query when a user was last seen.
- Supports partial nick searches using *.
- Stores seen data automatically upon restarts and .die events.
- Configurable settings for displaying user names, last channels, and messages.
- Logs interval backups of seen data.
- Includes commands for manual backup and restore.

## File Analysis
- **seend.tcl** — Main script file containing the logic for handling seen queries, logging, and configuration options. It binds various events to save and display seen information, and includes procedures for backing up and restoring seen data.