Skip to content

revrsefr/anope-mods-contrib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

144 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anope 2.1 contrib modules

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:

Contents

Build & install

General workflow (recommended):

  1. Copy the module .cpp into Anope's modules build tree (commonly modules/third/).
  2. Rebuild modules.
  3. Add the module { name = "..." } block, plus any command { ... } blocks.
  4. /msg OperServ REHASH or restart services.

Some modules include extra dependencies (SQL, libcurl, OpenSSL, jwt-cpp, nlohmann-json, rapidjson). On Debian/Ubuntu you’ll generally need:

  • libssl-dev
  • libcurl4-openssl-dev
  • headers for jwt-cpp and 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.

Wiki

All module documentation (description, configuration, required commands) is in the wiki:

This repository also mirrors those pages under wiki/ for offline browsing.

Contact

IRC: irc.irc4fun.net +6697 (tls) Channel: #development

About

Modules for Anope 2.1 IRC Services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •