comparison mcabber/doc/mcabber.1.txt @ 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 719b87a693a9
children 1bcc3eec08f0
comparison
equal deleted inserted replaced
259:594e73bc9610 260:33e1a05864a6
109 /move [groupname]:: 109 /move [groupname]::
110 Move the current buddy to the requested group. If no group is 110 Move the current buddy to the requested group. If no group is
111 specified, then the buddy is moved to the default group. 111 specified, then the buddy is moved to the default group.
112 This command only works with users (not agents), at the moment. 112 This command only works with users (not agents), at the moment.
113 113
114 /msay begin|send|abort:: 114 /msay begin|verbatim|send|abort::
115 Send a multi-line message. To write a single message with several 115 Send a multi-line message. To write a single message with several
116 lines, the 'multi-line mode' should be used. In multi-line mode, 116 lines, the 'multi-line mode' should be used. In multi-line mode,
117 each line (except command lines) typed in the input line will 117 each line (except command lines) typed in the input line will
118 be added to the multi-line message. Once the message is finished, it 118 be added to the multi-line message. Once the message is finished, it
119 can be sent to the current selected buddy with the "msay /send" 119 can be sent to the current selected buddy with the "msay /send"
120 command. 120 command. The 'verbatim' multi-line mode disables commands, so that it
121 is possible to enter lines starting with a slash. Only the "/msay"
122 command (with send or abort parameters) can be used to exit verbatim mode.
121 123
122 'begin';; enter multi-line mode 124 'begin';; enter multi-line mode
125 'verbatim';; enter verbatim multi-line mode
123 'send';; send the current multi-line message to the currently selected buddy 126 'send';; send the current multi-line message to the currently selected buddy
124 'abort';; leave multi-line mode without sending the message 127 'abort';; leave multi-line mode without sending the message
125 128
126 /quit:: 129 /quit::
127 Disconnect and leave `mcabber(1)`. 130 Disconnect and leave `mcabber(1)`.