aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2022-03-03 10:23:10 +0000
committerMatthew Wild <mwild1@gmail.com>2022-03-03 10:23:10 +0000
commitab4b25e28f22ffd3dd2810a3e25efcda57c474f4 (patch)
treeee7e5f8ecdd60740de944b41cc4d2a7f26cb9b8f /prosody.cfg.lua.dist
parenta4d57c4fc733a85518a821f799f3ee821962899b (diff)
downloadprosody-ab4b25e28f22ffd3dd2810a3e25efcda57c474f4.tar.gz
prosody-ab4b25e28f22ffd3dd2810a3e25efcda57c474f4.zip
prosody.cfg.lua.dist: Fix plugin_paths description (thanks Zash)
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist5
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.