comparison mcabber/doc/mcabber.1 @ 637:aff6df4b408b

Update documentation Mention "/msay send_to" in the manpage.
author Mikael Berthe <mikael@lilotux.net>
date Mon, 26 Dec 2005 19:42:57 +0100
parents 7d9841ea20d8
children 3edd3687c38d
comparison
equal deleted inserted replaced
636:f84cce8382e8 637:aff6df4b408b
183 183
184 .TP 184 .TP
185 \fB/group\fR fold|unfold|toggle 185 \fB/group\fR fold|unfold|toggle
186 The group command changes the current group display\&. 186 The group command changes the current group display\&.
187 187
188 \fBfold\fR fold (shrink) the current group tree in the roster 188 \fBfold\fR fold (shrink) the current group tree in the roster
189 \fBunfold\fR unfold (expand) the current group tree in the roster 189 \fBunfold\fR unfold (expand) the current group tree in the roster
190 \fBtoggle\fR toggle the state (fold/unfold) of the current tree 190 \fBtoggle\fR toggle the state (fold/unfold) of the current tree
191 191
192 .TP 192 .TP
193 \fB/info\fR 193 \fB/info\fR
196 .TP 196 .TP
197 \fB/move\fR [groupname] 197 \fB/move\fR [groupname]
198 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\&. 198 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\&.
199 199
200 .TP 200 .TP
201 \fB/msay\fR begin|verbatim|send|abort 201 \fB/msay\fR begin|verbatim|send|send_to|abort
202 Send a multi\-line message\&. To write a single message with several lines, the \fImulti\-line mode\fR should be used\&. 202 Send a multi\-line message\&. To write a single message with several lines, the \fImulti\-line mode\fR should be used\&.
203 203
204 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\&. 204 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\&.
205 205
206 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\&. 206 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\&.
207 207
208 \fBbegin\fR enter multi\-line mode 208 \fBbegin\fR enter multi\-line mode
209 \fBverbatim\fR enter verbatim multi\-line mode 209 \fBverbatim\fR enter verbatim multi\-line mode
210 \fBsend\fR send the current multi\-line message to the currently selected buddy 210 \fBsend\fR send the current multi\-line message to the currently selected buddy
211 \fBabort\fR leave multi\-line mode without sending the message 211 \fIsend_to\fR jid send the current multi\-line message to "jid"
212 \fBabort\fR leave multi\-line mode without sending the message
212 213
213 .TP 214 .TP
214 \fB/rawxml\fR send 215 \fB/rawxml\fR send
215 \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\&. 216 \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\&.
216 217