# Limnoria IRC 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 automation and utility features for managing channels, users, and resources on an IRC network.

## Key Features
- **Channel Management**: Joins, leaves, and manages channels.
- **User Management**: Handles user operations such as OPs, Kicks, and Nickname changes.
- **Resource Sharing**: Supports fserve/XDCC file sharing functionality.
- **Event Handling**: Responds to various IRC events like JOIN, PART, and PRIVMSG.

## File Analysis
- **setup.py** — Setup script for packaging the bot.
- **__init__.py** (multiple) — Initialization files with copyright notices.
- **fr.py** — French language localization file.
- **plugin.py** — Contains plugin functionality, including commands and event handlers.
- **test.py** — Test scripts for various functionalities.
- **config.py** — Configuration settings for the bot.