# Ronnie Soak's Script Collection

**Category:** mIRC_Bot
**Original Author:** Ronnie Soak

## Description
This collection of scripts is designed to automate various IRC channel management tasks such as oping, kicking, banning, and revenge actions. It leverages a queue system to distribute commands across a botnet, ensuring that no single command overloads the network.

## Key Features
- **Queue System:** Manages and queues commands for execution by other bots in the botnet.
- **Op Management:** Automatically opes and deopes users based on specific conditions.
- **Revenge Mechanism:** Kicks and bans users who have previously kicked or banned a bot.
- **Mass Action Scripts:** Allows mass operations such as kicking all users from a channel.
- **Delayed Join Script:** Joins channels at staggered intervals to avoid join floods.

## File Analysis
- **ebitch.tcl** — Implements a script that kicks users who attempt to op themselves, with optional logging and message customization.
- **nmass.tcl** — Executes mass operations such as kicking or banning all users in a channel.
- **queue.tcl** — Manages the queue of commands for execution by other bots in the botnet.
- **quickop.tcl** — Quickly oppes users on channels where the bot has op privileges, using a distributed system to avoid overloading.
- **revenge.tcl** — Automatically retaliates against users who have previously kicked or banned a bot.
- **slowjoin.tcl** — Delays the joining of channels by bots in the botnet to prevent join floods.
- **readme.txt** — Provides installation and usage instructions for the scripts.