plugins/mod_unknown.lua
author Matthew Wild <mwild1@gmail.com>
Fri, 23 Feb 2024 21:13:10 +0000
changeset 13440 1ce18cb3e6cc
parent 6003 28a90f5fea46
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.

-- Unknown platform stub
module:set_global();

-- TODO Do things that make sense if we don't know about the platform