mcabber/doc/help/en/hlp_say_to.txt
author Mikael Berthe <mikael@lilotux.net>
Wed, 01 Dec 2010 20:39:15 +0100
changeset 1929 6b8e35624cce
parent 1924 57c352ed37f9
child 2052 053fd04e5a4d
permissions -rw-r--r--
Slight update of the say_to help file
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     1
1466
a8f07ba4daf2 Fix say_to help files
Mikael Berthe <mikael@lilotux.net>
parents: 1464
diff changeset
     2
 /SAY_TO [-n|-h] [-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.
1929
6b8e35624cce Slight update of the say_to help file
Mikael Berthe <mikael@lilotux.net>
parents: 1924
diff changeset
     5
Please note that you'll 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.
ec5d5a9fef76 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 1305
diff changeset
     9
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).