# Limnoria Bot

**Category:** Standalone_Bot
**Original Author:** Jeremiah Fincher, James McCoy, Valentin Lorentz, Daniel DiPaolo

## Description
This is a standalone IRC bot written in Python that provides various automation and utility features for managing channels, users, and services on an IRC network.

## Key Features
- **Auto-op management**: Automatically op members based on channel rules.
- **Channel management**: Join, part, kick, and ban users as needed.
- **Services interaction**: Interact with IRC services to manage users and channels.
- **Event handling**: Responds to various IRC events like JOIN, PART, KICK, etc.

## File Analysis
- **__init__.py** — Initialization file for the package.
- **config.py** — Configuration settings for the bot.
- **plugin.py** — Contains plugin definitions and functionality.
- **test.py** — Test cases for the bot's functionality.
- **setup.py** — Setup script for packaging and distributing the bot.