mcabber/doc/help/en/hlp_say_to.txt
author Mikael Berthe <mikael@lilotux.net>
Wed, 10 Nov 2010 14:23:43 +0100
changeset 1924 57c352ed37f9
parent 1466 a8f07ba4daf2
child 1929 6b8e35624cce
permissions -rw-r--r--
Update help/documentation
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.
915
59b53fed6de1 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 904
diff changeset
     5
Please note that this command doesn't set the default resource for a contact, so if you want to send several messages to a specific resource you will have to use "/say_to" for each message.
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).