Collection of third-party modules for Anope IRC Services 2.1.x.
Wiki pages (in-repo):
- Start here:
wiki/Home.md - Index:
wiki/Modules.md
GitHub note: the /wiki tab/URL is GitHub’s built-in Wiki feature. If it’s disabled, use the wiki/ folder links above.
Each module is independent.
Documentation lives in the wiki:
- GitHub Wiki: https://github.com/revrsefr/anope-mods-contrib/wiki
- Mirror in this repo:
wiki/
General workflow (recommended):
- Copy the module
.cppinto Anope's modules build tree (commonlymodules/third/). - Rebuild modules.
- Add the
module { name = "..." }block, plus anycommand { ... }blocks. /msg OperServ REHASHor restart services.
Some modules include extra dependencies (SQL, libcurl, OpenSSL, jwt-cpp, nlohmann-json, rapidjson). On Debian/Ubuntu you’ll generally need:
libssl-devlibcurl4-openssl-dev- headers for
jwt-cppand JSON libraries (these are often header-only, but packaging varies)
If a module has a /// $LinkerFlags: comment or a /// BEGIN CMAKE section, that’s a hint about link requirements.
All module documentation (description, configuration, required commands) is in the wiki:
This repository also mirrors those pages under wiki/ for offline browsing.
IRC: irc.irc4fun.net +6697 (tls) Channel: #development