prosody.cfg.lua.dist: Fix plugin_paths description (thanks Zash)

This commit is contained in:
Matthew Wild 2022-03-03 10:23:10 +00:00
parent a4d57c4fc7
commit ab4b25e28f

View file

@ -23,8 +23,9 @@
-- Example: admins = { "user1@example.com", "user2@example.net" }
admins = { }
-- You can use this option allows you to specify additional locations where Prosody
-- will first look for modules. For community modules, see https://modules.prosody.im/
-- This option allows you to specify additional locations where Prosody
-- will search first for modules. For additional modules you can install, see
-- the community module repository at https://modules.prosody.im/
--plugin_paths = {}
-- This is the list of modules Prosody will load on startup.