# 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 channel operations such as joining channels, managing users, and sending messages.

## Key Features
- Joins specified IRC channels.
- Manages user permissions (OPs, halfops).
- Sends automated messages to channels.
- Tracks channel activity and performs actions based on events.

## File Analysis
- **setup.py** — Sets up the bot's dependencies and configuration.
- **__init__.py** — Initializes various modules and configurations.
- **fr.py** — Contains French language translations for the bot.
- **config.py** — Stores configuration settings for the bot, including channel information and permissions.
- **plugin.py** — Implements core functionality of the bot, such as joining channels, managing users, and sending messages.
- **test.py** — Contains test cases to verify the functionality of the bot's modules.