annotate mcabber/doc/help/en/hlp_say_to.txt @ 2366:480585fec48a default tip

Update spell checking section in the configuration file
author Mikael Berthe <mikael@lilotux.net>
date Tue, 30 May 2023 16:37:46 +0200
parents 053fd04e5a4d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
1
2052
053fd04e5a4d Update help files (say_to)
Mikael Berthe <mikael@lilotux.net>
parents: 1929
diff changeset
2 /SAY_TO [-n|-h] [-e] [-q] [-f file] jid text
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
3
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
4 Send the "text" message to the specified jid.
2052
053fd04e5a4d Update help files (say_to)
Mikael Berthe <mikael@lilotux.net>
parents: 1929
diff changeset
5 Please note that you will have to use a full jid with a resource identifier if you want to specify exactly where the message should go.
1924
57c352ed37f9 Update help/documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1466
diff changeset
6 You can send a message to a specific resource of the currently selected contact by using /say_to ./resourcename message.
1464
ec5d5a9fef76 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 1305
diff changeset
7 The "-n" flag turns the message to "normal" type, "-h" to "headline". "--" can be used to send chat messages beginning with -n or -h.
ec5d5a9fef76 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 1305
diff changeset
8 When "-q" is used, the message will be sent in the background and will not change the current active window.
2052
053fd04e5a4d Update help files (say_to)
Mikael Berthe <mikael@lilotux.net>
parents: 1929
diff changeset
9 The option "-e" enables interpretation of the strings "\n" and "\t". This flag has no effect if the text comes from a file with option "-f".
1464
ec5d5a9fef76 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 1305
diff changeset
10 A text file can be provided with the "-f" switch (in which case there's no need to pass a text argument after the jid, of course).