comparison mcabber/doc/mcabber.1 @ 839:5759770c1968

Update documentation Mention "/msay toggle_verbatim".
author Mikael Berthe <mikael@lilotux.net>
date Thu, 04 May 2006 18:56:06 +0200
parents cd011fe9f8a5
children f8c0447beec2
comparison
equal deleted inserted replaced
838:ea1204c8a30b 839:5759770c1968
213 .TP 213 .TP
214 \fB/move\fR [groupname] 214 \fB/move\fR [groupname]
215 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\&. 215 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\&.
216 216
217 .TP 217 .TP
218 \fB/msay\fR begin|verbatim|send|send_to|toggle|abort 218 \fB/msay\fR begin|verbatim|send|send_to|toggle|toggle_verbatim|abort
219 Send a multi\-line message\&. To write a single message with several lines, the \fImulti\-line mode\fR should be used\&. 219 Send a multi\-line message\&. To write a single message with several lines, the \fImulti\-line mode\fR should be used\&.
220 220
221 The \fIbegin\fR subcommand enables multi\-line mode\&. Note that it allows a message subject to be specified\&. 221 The \fIbegin\fR subcommand enables multi\-line mode\&. Note that it allows a message subject to be specified\&.
222 222
223 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\&. 223 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\&.
224 224
225 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\&. 225 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\&.
226 226
227 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)\&. 227 The \fItoggle\fR and \fItoggle_verbatim\fR subcommands can be bound to a key to use the multi\-line mode quickly (for example, "bind M109 = msay toggle" to switch using the Meta\-m combination)\&.
228 228
229 \fBbegin\fR [subject] enter multi\-line mode 229 \fBbegin\fR [subject] enter multi\-line mode
230 \fBverbatim\fR enter verbatim multi\-line mode 230 \fBverbatim\fR enter verbatim multi\-line mode
231 \fBsend\fR send the current multi\-line message to the currently selected buddy 231 \fBsend\fR send the current multi\-line message to the currently selected buddy
232 \fBsend_to\fR jid send the current multi\-line message to "jid" 232 \fBsend_to\fR jid send the current multi\-line message to "jid"
233 \fBtoggle\fR switch to/from multi\-line mode (begin/send) 233 \fBtoggle\fR switch to/from multi\-line mode (begin/send)
234 \fBtoggle_verbatim\fR same with verbatim multi\-line mode
234 \fBabort\fR leave multi\-line mode without sending the message 235 \fBabort\fR leave multi\-line mode without sending the message
235 236
236 .TP 237 .TP
237 \fB/rawxml\fR send 238 \fB/rawxml\fR send
238 \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\&. 239 \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\&.