# Limnoria Bot

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

## Description
This is a standalone IRC bot written in Python that provides automation for various IRC tasks such as channel management, user operations, and event handling.

## Key Features
- **Automates channel management**: Handles JOIN, PART, KICK events.
- **User-level access control**: Implements an access/user-level system.
- **Text/Join/Kick/Oppointer automation**: Performs automated text sending, joining channels, kicking users, and oppointing users.
- **Services interaction**: Interacts with IRC services.

## File Analysis
- **setup.py** — Initializes the bot project.
- **__init__.py** — Contains initialization logic for various modules.
- **fr.py** — Provides French localization support.
- **config.py** — Manages configuration settings for the bot.
- **plugin.py** — Implements core functionality and plugins.
- **test.py** — Contains test cases for the bot's functionality.