plugins/mod_pep_plus.lua
author Matthew Wild <mwild1@gmail.com>
Fri, 23 Feb 2024 21:13:10 +0000
changeset 13440 1ce18cb3e6cc
parent 9077 0462405b1cfb
permissions -rw-r--r--
mod_server_info: New module to manage the serverinfo disco extension form This allows multiple modules to populate the form dynamically. Currently the form is "owned" by mod_server_contact_info, which prevents other modules from contributing to it. A further commit will port mod_server_contact_info to use this module.

module:log("error", "mod_pep_plus has been renamed to mod_pep, please update your config file. Auto-loading mod_pep...");
module:depends("pep");