# Userlist Generator Script

**Category:** mIRC_Addon
**Original Author:** Unknown

## Description
This script generates a user list in HTML format every minute, displaying various information about users such as their handle, description, flags, bot flags, extra attributes (like email and ICQ number), and channel-specific info.

## Key Features
- Generates an HTML file containing user information.
- Updates the userlist every 10 minutes.
- Retrieves and displays user attributes like handle, description, global flags, bot flags, extra attributes (email, ICQ, DOB, real name, location, added by), and channel-specific info.

## File Analysis
- **userlist.tcl** — Generates an HTML file with detailed information about IRC users. The script binds to the system clock to update the userlist every 10 minutes and writes the data into a specified HTML file.