comparison mcabber/doc/mcabber.1 @ 238:8e30b2bb380e

[/trunk] Changeset 251 by mikael * Add /msay command (multi-line messages)
author mikael
date Sat, 11 Jun 2005 19:12:25 +0000
parents 72fd1273f2b7
children 723433a677f0
comparison
equal deleted inserted replaced
237:c8df64f43625 238:8e30b2bb380e
138 .TP 138 .TP
139 \fB/move\fR [groupname] 139 \fB/move\fR [groupname]
140 Move the current buddy to the requested group\&. If no group is specified, then the buddy is moved to the default group\&. This command only works with users (not agents), at the moment\&. 140 Move the current buddy to the requested group\&. If no group is specified, then the buddy is moved to the default group\&. This command only works with users (not agents), at the moment\&.
141 141
142 .TP 142 .TP
143 \fB/quit\fR 143 \fB/msay\fR begin|send|abort
144 Disconnect and leave mcabber(1) 144 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\&.
145
146 \fBbegin\fR enter multi\-line mode
147 \fBsend\fR send the current multi\-line message to the currently selected buddy
148 \fBabort\fR leave multi\-line mode without sending the message
145 149
146 .TP 150 .TP
147 \fB/rename\fR nickname 151 \fB/rename\fR nickname
148 Rename current buddy to the given nickname\&. This command does not work for groups, at the moment (but you can move the buddies to another group with the /move command)\&. 152 Rename current buddy to the given nickname\&. This command does not work for groups, at the moment (but you can move the buddies to another group with the /move command)\&.
149 153