mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Explain that reload_config only affects to ACL and Access
This commit is contained in:
parent
2f9f4e6938
commit
2659e2c4a0
@ -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}},
|
||||
|
Loading…
Reference in New Issue
Block a user