diff options
author | Matthew Wild <mwild1@gmail.com> | 2022-03-03 10:24:59 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2022-03-03 10:24:59 +0000 |
commit | 0b44cfec12cfaae679fb68cc75835698a0bd2709 (patch) | |
tree | 2d40ab98f21e57d93aedf6674d31dac7bac5eb6e /prosody.cfg.lua.dist | |
parent | ab4b25e28f22ffd3dd2810a3e25efcda57c474f4 (diff) | |
download | prosody-0b44cfec12cfaae679fb68cc75835698a0bd2709.tar.gz prosody-0b44cfec12cfaae679fb68cc75835698a0bd2709.zip |
prosody.cfg.lua.dist: Remove comment about mod_*.lua above modules_enabled
This is a very old statement, but people generally don't need to check for the
files, and shouldn't be encouraged to put them in Prosody's source dir. The
installer will be the way forward for most people, and hg for the rest.
Manually moving files into the right place is not something most users should
be doing.
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r-- | prosody.cfg.lua.dist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index bdbf1a3f..267a650c 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -29,7 +29,6 @@ admins = { } --plugin_paths = {} -- This is the list of modules Prosody will load on startup. --- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too. -- Documentation for bundled modules can be found at: https://prosody.im/doc/modules modules_enabled = { |