mcabber/doc/mcabber.1
changeset 810 8c45ec4bf9bc
parent 799 7362ed14dee0
child 811 d9c1901e6a7b
equal deleted inserted replaced
809:c5f915c616a0 810:8c45ec4bf9bc
   214 
   214 
   215 .TP
   215 .TP
   216 \fB/msay\fR begin|verbatim|send|send_to|toggle|abort
   216 \fB/msay\fR begin|verbatim|send|send_to|toggle|abort
   217 Send a multi\-line message\&. To write a single message with several lines, the \fImulti\-line mode\fR should be used\&.
   217 Send a multi\-line message\&. To write a single message with several lines, the \fImulti\-line mode\fR should be used\&.
   218 
   218 
       
   219 The \fIbegin\fR subcommand enables multi\-line mode\&. Note that it allows a message subject to be specified\&.
       
   220 
   219 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\&.
   221 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\&.
   220 
   222 
   221 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\&.
   223 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\&.
   222 
   224 
   223 The \fItoggle\fR subcommand can be bound to a key to use the multi\-line mode quickly (for example, "bind M13 = msay toggle" to switch using the Meta\-Enter combination)\&.
   225 The \fItoggle\fR subcommand can be bound to a key to use the multi\-line mode quickly (for example, "bind M13 = msay toggle" to switch using the Meta\-Enter combination)\&.
   224 
   226 
   225  \fBbegin\fR      	enter multi\-line mode
   227  \fBbegin\fR [subject]	enter multi\-line mode
   226  \fBverbatim\fR   	enter verbatim multi\-line mode
   228  \fBverbatim\fR       	enter verbatim multi\-line mode
   227  \fBsend\fR       	send the current multi\-line message to the currently selected buddy
   229  \fBsend\fR           	send the current multi\-line message to the currently selected buddy
   228  \fBsend_to\fR jid	send the current multi\-line message to "jid"
   230  \fBsend_to\fR jid    	send the current multi\-line message to "jid"
   229  \fBtoggle\fR     	switch to/from multi\-line mode (begin/send)
   231  \fBtoggle\fR         	switch to/from multi\-line mode (begin/send)
   230  \fBabort\fR      	leave multi\-line mode without sending the message
   232  \fBabort\fR          	leave multi\-line mode without sending the message
   231 
   233 
   232 .TP
   234 .TP
   233 \fB/rawxml\fR send
   235 \fB/rawxml\fR send
   234  \fBsend\fR string: send string (raw XML format) to the Jabber server\&. No check is done on the string provided\&. BEWARE! Use this only if you know what you are doing, or you could terminate the connection\&.
   236  \fBsend\fR string: send string (raw XML format) to the Jabber server\&. No check is done on the string provided\&. BEWARE! Use this only if you know what you are doing, or you could terminate the connection\&.
   235 
   237