mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Add 'config' tag to the reload_config command
This commit is contained in:
parent
1f2b8adc28
commit
ee2b441b0f
@ -198,7 +198,7 @@ get_commands_spec() ->
|
||||
result_example = [<<"example.com">>, <<"anon.example.com">>],
|
||||
args = [],
|
||||
result = {vhosts, {list, {vhost, string}}}},
|
||||
#ejabberd_commands{name = reload_config, tags = [server],
|
||||
#ejabberd_commands{name = reload_config, tags = [server, config],
|
||||
desc = "Reload config file in memory",
|
||||
module = ?MODULE, function = reload_config,
|
||||
args = [],
|
||||
|
Loading…
Reference in New Issue
Block a user