# RussischRoulette-YottaByte

**Category:** mIRC_Addon
**Original Author:** YottaByte <YottaByte@live.nl>

## Description
This script implements a simple game of Russian Roulette in an IRC channel, where users are randomly selected to be "kicked" or allowed to survive based on the outcome. The script is designed for use within a specific IRC channel and requires configuration by the administrator.

## Key Features
- **Trigger Command:** Users can initiate the game using the `!rr` command.
- **Random Selection:** A user is randomly selected from those who have not been kicked before.
- **Kicking Mechanism:** The selected user is kicked from the channel with a humorous message.
- **Survival Message:** If the user survives, they are congratulated with a positive message.

## File Analysis
- **rr.tcl —** Contains the main script logic for implementing Russian Roulette in an IRC channel. It includes the random selection process and handling of user kicks/survivals based on predefined conditions.