# Windrop 1.6.6 Handlen32 Edition

**Category:** Eggdrop_Bot
**Original Author:** Unknown

## Description
This is a version of Eggdrop IRC bot software, specifically tailored for use on Windows systems with a handle length of 32 characters. It includes various modules and configurations designed to manage channels, provide statistics, and offer administrative features.

## Key Features
- **Channel Management**: Implements commands for adding bans, exempting hosts, setting channel modes, and managing user records.
- **Statistics Tracking**: Tracks words spoken, lines sent, actions performed, and other user activities in a channel.
- **Botnet Operations**: Supports botnet opping, inviting, limit raising, key sharing, and unbanning methods.
- **User Information**: Provides commands to display seen information for users.

## File Analysis
- **RunOnce.bat** — Starts Eggdrop with a new user file after editing settings in `eggdrop.conf`.
- **mod.irc** — Loads the basic IRC support module required for the bot to connect to IRC servers.
- **action.fix.tcl** — Fixes `/me` commands for DCC chat and Telnet sessions.
- **alltools.tcl** — Includes various utility scripts, such as `compat`, `getops`, and `sentinel`.
- **cmd_resolve.tcl** — Adds a command to resolve hostnames or IP addresses using the DNS module.
- **compat.tcl** — Maps old Tcl functions to new ones for backward compatibility.
- **getops.tcl** — Manages requesting and giving ops among bots in a botnet.
- **klined.tcl** — Handles k-lines by removing servers from the bot's list when detected.
- **notes2.tcl** — Provides notes functionality with indexing and logging.
- **ques5.tcl** — Generates web files based on channel activity, converting URLs, nicks, etc., to HTML.
- **sentinel.tcl** — Flood protection system integrated with BitchX CTCP simulation.
- **userinfo.tcl** — Manages user information commands such as `!top10` and `!stat`.
- **winident1.2.tcl** — Implements an ident server for Eggdrop, designed to work on WinDrops.