comparison mcabber/doc/mcabber.1 @ 799:7362ed14dee0

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sun, 09 Apr 2006 10:18:33 +0200
parents b4befb3052e5
children 8c45ec4bf9bc
comparison
equal deleted inserted replaced
798:bbaab5692b0e 799:7362ed14dee0
211 .TP 211 .TP
212 \fB/move\fR [groupname] 212 \fB/move\fR [groupname]
213 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\&. 213 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\&.
214 214
215 .TP 215 .TP
216 \fB/msay\fR begin|verbatim|send|send_to|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 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\&. 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\&.
220 220
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\&. 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\&.
222
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)\&.
222 224
223 \fBbegin\fR enter multi\-line mode 225 \fBbegin\fR enter multi\-line mode
224 \fBverbatim\fR enter verbatim multi\-line mode 226 \fBverbatim\fR enter verbatim multi\-line mode
225 \fBsend\fR send the current multi\-line message to the currently selected buddy 227 \fBsend\fR send the current multi\-line message to the currently selected buddy
226 \fIsend_to\fR jid send the current multi\-line message to "jid" 228 \fBsend_to\fR jid send the current multi\-line message to "jid"
229 \fBtoggle\fR switch to/from multi\-line mode (begin/send)
227 \fBabort\fR leave multi\-line mode without sending the message 230 \fBabort\fR leave multi\-line mode without sending the message
228 231
229 .TP 232 .TP
230 \fB/rawxml\fR send 233 \fB/rawxml\fR send
231 \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\&. 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\&.