Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2020-04-03 21:03:15 +0300
committerBadlop <badlop@process-one.net>2020-04-08 19:42:45 +0300
commit624ba7e94f11956907057a869ab52a610aef2f71 (patch)
tree290fd400ac3131dfcfae25d6be1a43f6817c411e
parent9bb3aee0e2f1649c45404725675c09d9548cb1b9 (diff)
Improve formatting of mod_announce doc
-rw-r--r--src/mod_announce.erl10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mod_announce.erl b/src/mod_announce.erl
index f74d43888..cc4d20c83 100644
--- a/src/mod_announce.erl
+++ b/src/mod_announce.erl
@@ -931,25 +931,25 @@ mod_doc() ->
"The first JID in each entry will apply only to the specified "
"virtual host example.org, while the JID between brackets "
"will apply to all virtual hosts in ejabberd:"), "",
- "example.org/announce/all (example.org/announce/all-hosts/all)::",
+ "- example.org/announce/all (example.org/announce/all-hosts/all)::",
?T("The message is sent to all registered users. If the user is "
"online and connected to several resources, only the resource "
"with the highest priority will receive the message. "
"If the registered user is not connected, the message will be "
"stored offline in assumption that offline storage (see 'mod_offline') "
"is enabled."),
- "example.org/announce/online (example.org/announce/all-hosts/online)::",
+ "- example.org/announce/online (example.org/announce/all-hosts/online)::",
?T("The message is sent to all connected users. If the user is "
"online and connected to several resources, all resources will "
"receive the message."),
- "example.org/announce/motd (example.org/announce/all-hosts/motd)::",
+ "- example.org/announce/motd (example.org/announce/all-hosts/motd)::",
?T("The message is set as the message of the day (MOTD) and is sent "
"to users when they login. In addition the message is sent to all "
"connected users (similar to announce/online)."),
- "example.org/announce/motd/update (example.org/announce/all-hosts/motd/update)::",
+ "- example.org/announce/motd/update (example.org/announce/all-hosts/motd/update)::",
?T("The message is set as message of the day (MOTD) and is sent to users "
"when they login. The message is not sent to any currently connected user."),
- "example.org/announce/motd/delete (example.org/announce/all-hosts/motd/delete)::",
+ "- example.org/announce/motd/delete (example.org/announce/all-hosts/motd/delete)::",
?T("Any message sent to this JID removes the existing message of the day (MOTD).")],
opts =>
[{access,