diff mcabber/doc/help/en/hlp_say_to.txt @ 1464:ec5d5a9fef76

Update help files
author Mikael Berthe <mikael@lilotux.net>
date Sat, 12 Apr 2008 18:28:24 +0200
parents 9bc68473f8a3
children a8f07ba4daf2
line wrap: on
line diff
--- a/mcabber/doc/help/en/hlp_say_to.txt	Sat Apr 12 17:15:32 2008 +0200
+++ b/mcabber/doc/help/en/hlp_say_to.txt	Sat Apr 12 18:28:24 2008 +0200
@@ -1,6 +1,8 @@
 
- /SAY_TO [-n|-h|--] jid text
+ /SAY_TO [-n|-h|--] [-q] [-f file] jid text
 
 Send the "text" message to the specified jid.
 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.
-The "-n" flag turn the message to "normal" type, "-h" to "headline". "--" can be used to send chat message beginning with -n or -h.
+The "-n" flag turns the message to "normal" type, "-h" to "headline".  "--" can be used to send chat messages beginning with -n or -h.
+When "-q" is used, the message will be sent in the background and will not change the current active window.
+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).