# HG changeset patch # User Mikael Berthe # Date 1135622577 -3600 # Node ID aff6df4b408bde903a4823f9d45de1bbcb515d77 # Parent f84cce8382e885e2e7a1138e247a3178f359bf91 Update documentation Mention "/msay send_to" in the manpage. diff -r f84cce8382e8 -r aff6df4b408b mcabber/doc/mcabber.1 --- a/mcabber/doc/mcabber.1 Mon Dec 26 13:14:40 2005 +0100 +++ b/mcabber/doc/mcabber.1 Mon Dec 26 19:42:57 2005 +0100 @@ -185,7 +185,7 @@ \fB/group\fR fold|unfold|toggle The group command changes the current group display\&. - \fBfold\fR fold (shrink) the current group tree in the roster + \fBfold\fR fold (shrink) the current group tree in the roster \fBunfold\fR unfold (expand) the current group tree in the roster \fBtoggle\fR toggle the state (fold/unfold) of the current tree @@ -198,17 +198,18 @@ Move the current buddy to the requested group\&. If no group is specified, then the buddy is moved to the default group\&. Tip: if the chatmode is enabled, you can use "/roster alternate" to jump to the moved buddy\&. .TP -\fB/msay\fR begin|verbatim|send|abort +\fB/msay\fR begin|verbatim|send|send_to|abort Send a multi\-line message\&. To write a single message with several lines, the \fImulti\-line mode\fR should be used\&. In multi\-line mode, each line (except command lines) typed in the input line will be added to the multi\-line message\&. Once the message is finished, it can be sent to the current selected buddy with the "/msay send" command\&. The \fIverbatim\fR multi\-line mode disables commands, so that it is possible to enter lines starting with a slash\&. Only the "/msay" command (with send or abort parameters) can be used to exit verbatim mode\&. - \fBbegin\fR enter multi\-line mode - \fBverbatim\fR enter verbatim multi\-line mode - \fBsend\fR send the current multi\-line message to the currently selected buddy - \fBabort\fR leave multi\-line mode without sending the message + \fBbegin\fR enter multi\-line mode + \fBverbatim\fR enter verbatim multi\-line mode + \fBsend\fR send the current multi\-line message to the currently selected buddy + \fIsend_to\fR jid send the current multi\-line message to "jid" + \fBabort\fR leave multi\-line mode without sending the message .TP \fB/rawxml\fR send diff -r f84cce8382e8 -r aff6df4b408b mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Mon Dec 26 13:14:40 2005 +0100 +++ b/mcabber/doc/mcabber.1.html Mon Dec 26 19:42:57 2005 +0100 @@ -436,7 +436,7 @@ to jump to the moved buddy.
-/msay begin|verbatim|send|abort +/msay begin|verbatim|send|send_to|abort
Send a multi-line message. To write a single message with several @@ -476,6 +476,14 @@ +send_to jid + + +send the current multi-line message to "jid" + + + + abort @@ -804,8 +812,8 @@ License (GPL).

diff -r f84cce8382e8 -r aff6df4b408b mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Mon Dec 26 13:14:40 2005 +0100 +++ b/mcabber/doc/mcabber.1.txt Mon Dec 26 19:42:57 2005 +0100 @@ -151,7 +151,7 @@ /group fold|unfold|toggle:: The 'group' command changes the current group display. - 'fold';; fold (shrink) the current group tree in the roster + 'fold';; fold (shrink) the current group tree in the roster 'unfold';; unfold (expand) the current group tree in the roster 'toggle';; toggle the state (fold/unfold) of the current tree @@ -166,7 +166,7 @@ Tip: if the chatmode is enabled, you can use "/roster alternate" to jump to the moved buddy. -/msay begin|verbatim|send|abort:: +/msay begin|verbatim|send|send_to|abort:: Send a multi-line message. To write a single message with several lines, the 'multi-line mode' should be used. + In multi-line mode, each line (except command lines) typed in the input @@ -178,10 +178,11 @@ command (with send or abort parameters) can be used to exit verbatim mode. - 'begin';; enter multi-line mode - 'verbatim';; enter verbatim multi-line mode - 'send';; send the current multi-line message to the currently selected buddy - 'abort';; leave multi-line mode without sending the message + 'begin';; enter multi-line mode + 'verbatim';; enter verbatim multi-line mode + 'send';; send the current multi-line message to the currently selected buddy + 'send_to' jid;; send the current multi-line message to "jid" + 'abort';; leave multi-line mode without sending the message /quit:: Disconnect and leave `mcabber(1)`.