24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

Explain that reload_config only affects to ACL and Access

This commit is contained in:
Badlop 2015-11-18 13:25:19 +01:00
parent 2f9f4e6938
commit 2659e2c4a0

View File

@ -141,7 +141,7 @@ commands() ->
args = [],
result = {vhosts, {list, {vhost, string}}}},
#ejabberd_commands{name = reload_config, tags = [server],
desc = "Reload ejabberd configuration file into memory",
desc = "Reload config file in memory (only affects ACL and Access)",
module = ?MODULE, function = reload_config,
args = [],
result = {res, rescode}},