annotate mcabber/doc/help/en/hlp_say_to.txt @ 1466:a8f07ba4daf2

Fix say_to help files
author Mikael Berthe <mikael@lilotux.net>
date Sat, 12 Apr 2008 19:30:07 +0200
parents ec5d5a9fef76
children 57c352ed37f9
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
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.
1464
ec5d5a9fef76 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 1305
diff changeset
6 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
7 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
8 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).