# Slowvoice Script

**Category:** Eggdrop_Script
**Original Author:** Solbu

## Description
This script voices users joining a moderated channel after a random delay between 60 to 99 seconds, intended to counteract join spam by delaying the voicing of new users.

## Key Features
- Randomly delays voice permissions for users joining specified channels.
- Tracks nick changes and ensures users get voiced even if they change nicks before being voiced.
- Works with Eggdrop v1.8.3 or higher.

## File Analysis
- **slowvoice.tcl** — Script that voices users after a random delay, handles channel specification, and tracks nick changes.
- **README** — Documentation explaining the script's purpose and usage context.
- **COPYING** — GNU General Public License version 3 detailing the terms of use and redistribution.