# HG changeset patch # User Mikael Berthe # Date 1289395423 -3600 # Node ID 57c352ed37f901c9c45175d9204118f8f3a05287 # Parent 924f4552996c84bc92fc263714635fe352ebbc56 Update help/documentation diff -r 924f4552996c -r 57c352ed37f9 mcabber/doc/help/en/hlp_say_to.txt --- a/mcabber/doc/help/en/hlp_say_to.txt Wed Nov 10 14:08:49 2010 +0100 +++ b/mcabber/doc/help/en/hlp_say_to.txt Wed Nov 10 14:23:43 2010 +0100 @@ -3,6 +3,7 @@ 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. +You can send a message to a specific resource of the currently selected contact by using /say_to ./resourcename message. 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). diff -r 924f4552996c -r 57c352ed37f9 mcabber/doc/help/fr/hlp_say_to.txt --- a/mcabber/doc/help/fr/hlp_say_to.txt Wed Nov 10 14:08:49 2010 +0100 +++ b/mcabber/doc/help/fr/hlp_say_to.txt Wed Nov 10 14:23:43 2010 +0100 @@ -3,5 +3,6 @@ Envoie le message "texte" à l'utilisateur "jid". Remarquez que cette commande ne définit pas la ressource par défaut d'un contact, par conséquent si vous désirez envoyer plusieurs messages à une ressource précise il faudra utiliser "/say_to" à chaque fois. +Vous pouvez envoyer un message à une ressource spécifique du contact sélectionné en faisant /say_to ./resource message. Lorsque "-q" est utilisé, le message sera envoyé en arrière plan et la fenêtre active sera conservée. Un fichier texte peut être fourni avec l'option "-f" (auquel cas il est inutile de préciser le paramètre texte). diff -r 924f4552996c -r 57c352ed37f9 mcabber/doc/mcabber.1 --- a/mcabber/doc/mcabber.1 Wed Nov 10 14:08:49 2010 +0100 +++ b/mcabber/doc/mcabber.1 Wed Nov 10 14:23:43 2010 +0100 @@ -2,12 +2,12 @@ .\" Title: mcabber .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 03/28/2010 +.\" Date: 11/10/2010 .\" Manual: \ \& .\" Source: \ \& 0.10.1-dev .\" Language: English .\" -.TH "MCABBER" "1" "03/28/2010" "\ \& 0\&.10\&.0\-dev" "\ \&" +.TH "MCABBER" "1" "11/10/2010" "\ \& 0\&.10\&.0\-dev" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -1332,6 +1332,8 @@ Please note that this command doesn\(cqt 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\&. +You can send a message to a specific resource of the currently selected contact by using /say_to ./resourcename message\&. + 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\&. diff -r 924f4552996c -r 57c352ed37f9 mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Wed Nov 10 14:08:49 2010 +0100 +++ b/mcabber/doc/mcabber.1.html Wed Nov 10 14:23:43 2010 +0100 @@ -2511,6 +2511,7 @@

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.
+ You can send a message to a specific resource of the currently selected contact by using /say_to ./resourcename message.
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). @@ -2624,7 +2625,7 @@

diff -r 924f4552996c -r 57c352ed37f9 mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Wed Nov 10 14:08:49 2010 +0100 +++ b/mcabber/doc/mcabber.1.txt Wed Nov 10 14:23:43 2010 +0100 @@ -1,7 +1,7 @@ MCABBER(1) =========== Mikael BERTHE -v0.10.1-dev, April 2010 +v0.10.1-dev, November 2010 NAME ---- @@ -478,6 +478,7 @@ /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. + + You can send a message to a specific resource of the currently selected contact by using /say_to ./resourcename message. + 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).