aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaweł Chmielowski <pawel@process-one.net>2022-01-05 16:43:55 +0100
committerPaweł Chmielowski <pawel@process-one.net>2022-01-05 16:44:05 +0100
commit9ba20d26cb67a0c6adcfb7d5fbbb3ba23c6cc9fd (patch)
tree3263e6d5ac1a314e10809a07d5a5a5f51a43582e /src
parentFix Dialyzer, related to Luerl API update from 0.3 to 1.0 (diff)
Add better descripion of subscribe_room_many command
Diffstat (limited to 'src')
-rw-r--r--src/mod_muc_admin.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_muc_admin.erl b/src/mod_muc_admin.erl
index 21611c585..6e533a3df 100644
--- a/src/mod_muc_admin.erl
+++ b/src/mod_muc_admin.erl
@@ -336,6 +336,7 @@ get_commands_spec() ->
result = {nodes, {list, {node, string}}}},
#ejabberd_commands{name = subscribe_room_many, tags = [muc_room],
desc = "Subscribe several users to a MUC conference",
+ longdesc = "This command accept up to 50 users at once (this is configurable with `subscribe_room_many_max_users` option)",
module = ?MODULE, function = subscribe_room_many,
args_desc = ["Users JIDs and nicks",
"the room to subscribe",