# 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 automated services and interactions on an IRC network.

## Key Features
- **Automates user-level operations**: Handles JOIN, PART, KICK, and OP commands.
- **Scripted responses**: Implements command triggers using `!` and `/`.
- **Configuration management**: Manages configuration settings through a series of Python scripts and modules.
- **Event handling**: Responds to various IRC events such as joins, parts, and messages.

## File Analysis
- **__init__.py** — Initializes the bot's core functionality.
- **config.py** — Contains configuration settings for the bot.
- **plugin.py** — Manages plugins and their interactions with the bot.
- **test.py** — Provides testing scripts for the bot’s functionalities.
- **setup.py** — Sets up the environment for installing and running the bot.