# HG changeset patch # User Matthew Wild # Date 1646302990 0 # Node ID 1418fd275b816024c103a54bd1bc4a1463ae7a64 # Parent afe31010730205f0fe700772efe75914095b8b04 prosody.cfg.lua.dist: Fix plugin_paths description (thanks Zash) diff -r afe310107302 -r 1418fd275b81 prosody.cfg.lua.dist --- a/prosody.cfg.lua.dist Wed Mar 02 16:53:52 2022 +0000 +++ b/prosody.cfg.lua.dist Thu Mar 03 10:23:10 2022 +0000 @@ -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.