diff mcabber/doc/mcabber.1 @ 260:33e1a05864a6

Add "verbatim multi-line" mode, with commands disabled "/msay verbatim" enters multi-line mode with all commands disabled but "/msay", so that lines beginning with a slash '/' can be sent. Note: <Tab> still do commands completion.
author mikael@frmp8452
date Fri, 01 Jul 2005 23:47:03 +0100
parents 7ca7ca850270
children 1bcc3eec08f0
line wrap: on
line diff
--- a/mcabber/doc/mcabber.1	Fri Jul 01 20:25:03 2005 +0100
+++ b/mcabber/doc/mcabber.1	Fri Jul 01 23:47:03 2005 +0100
@@ -140,10 +140,11 @@
 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\&.
 
 .TP
-\fB/msay\fR begin|send|abort
-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\&.
+\fB/msay\fR begin|verbatim|send|abort
+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\&. 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\&.
 
  \fBbegin\fR enter multi\-line mode
+ \fBverbatim\fR enter verbatim multi\-line mode
  \fBsend\fR send the current multi\-line message to the currently selected buddy
  \fBabort\fR leave multi\-line mode without sending the message