aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc_admin.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2020-05-11 19:37:47 +0200
committerBadlop <badlop@process-one.net>2020-05-11 19:53:13 +0200
commitd7d8085d3bd3c49eb4d39a499c57747c979eb219 (patch)
tree6039fa7e1df74445b41a2b44f71fa2232fd4e80e /src/mod_muc_admin.erl
parentIf new session Pid exists when sm_remove is called, then keep Ping (#3260) (diff)
Fix most EDoc errors, even if that's not used nowadays apparently
Diffstat (limited to '')
-rw-r--r--src/mod_muc_admin.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_muc_admin.erl b/src/mod_muc_admin.erl
index 0eecbd80e..5204cb8e7 100644
--- a/src/mod_muc_admin.erl
+++ b/src/mod_muc_admin.erl
@@ -988,7 +988,7 @@ send_direct_invitation(FromJid, UserJid, Msg) ->
%% the option to change (for example title or max_users),
%% and the value to assign to the new option.
%% For example:
-%% change_room_option(<<"testroom">>, <<"conference.localhost">>, <<"title">>, <<"Test Room">>)
+%% `change_room_option(<<"testroom">>, <<"conference.localhost">>, <<"title">>, <<"Test Room">>)'
change_room_option(Name, Service, OptionString, ValueString) ->
case get_room_pid(Name, Service) of
room_not_found ->