view plugins/mod_unknown.lua @ 13610:ff0f4d1f16c8

prosodyctl: Add lua_paths command to print the LUA_PATH and LUA_CPATH used This can be useful to run scripts and stuff with access to the same Lua paths as Prosody uses.
author Matthew Wild <mwild1@gmail.com>
date Wed, 08 Jan 2025 20:37:35 +0000
parents 28a90f5fea46
children
line wrap: on
line source

-- Unknown platform stub
module:set_global();

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