# irc3_plugins **Repository Path**: mirrors_gawel/irc3_plugins ## Basic Information - **Project Name**: irc3_plugins - **Description**: irc3 plugins repository for contributors - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ======================= irc3 plugins repository ======================= This is a repository for plugins contribution. You can either: - add your contrib as a submodule - fork and add your plugin to the repo Contributions guidelines ======================== Always use a directory. Try to add some tests using `irc3.testing` Your plugin structure should look like this:: myplugin/ README.rst __init__.py test_myplugin.py example.ini