diff options
author | Matthew Wild <mwild1@gmail.com> | 2022-03-03 10:23:10 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2022-03-03 10:23:10 +0000 |
commit | ab4b25e28f22ffd3dd2810a3e25efcda57c474f4 (patch) | |
tree | ee7e5f8ecdd60740de944b41cc4d2a7f26cb9b8f | |
parent | a4d57c4fc733a85518a821f799f3ee821962899b (diff) | |
download | prosody-ab4b25e28f22ffd3dd2810a3e25efcda57c474f4.tar.gz prosody-ab4b25e28f22ffd3dd2810a3e25efcda57c474f4.zip |
prosody.cfg.lua.dist: Fix plugin_paths description (thanks Zash)
-rw-r--r-- | prosody.cfg.lua.dist | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index dd80ffa1..bdbf1a3f 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -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. |