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

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sun, 09 Apr 2006 10:18:33 +0200
parents 7f10b84ba7fc
children 8c45ec4bf9bc
comparison
equal deleted inserted replaced
798:bbaab5692b0e 799:7362ed14dee0
181 Move the current buddy to the requested group. If no group is 181 Move the current buddy to the requested group. If no group is
182 specified, then the buddy is moved to the default group. + 182 specified, then the buddy is moved to the default group. +
183 Tip: if the chatmode is enabled, you can use "/roster alternate" 183 Tip: if the chatmode is enabled, you can use "/roster alternate"
184 to jump to the moved buddy. 184 to jump to the moved buddy.
185 185
186 /msay begin|verbatim|send|send_to|abort:: 186 /msay begin|verbatim|send|send_to|toggle|abort::
187 Send a multi-line message. To write a single message with several 187 Send a multi-line message. To write a single message with several
188 lines, the 'multi-line mode' should be used. + 188 lines, the 'multi-line mode' should be used. +
189 In multi-line mode, each line (except command lines) typed in the input 189 In multi-line mode, each line (except command lines) typed in the input
190 line will be added to the multi-line message. Once the message is 190 line will be added to the multi-line message. Once the message is
191 finished, it can be sent to the current selected buddy with the "/msay 191 finished, it can be sent to the current selected buddy with the "/msay
192 send" command. + 192 send" command. +
193 The 'verbatim' multi-line mode disables commands, so that it is 193 The 'verbatim' multi-line mode disables commands, so that it is
194 possible to enter lines starting with a slash. Only the "/msay" 194 possible to enter lines starting with a slash. Only the "/msay"
195 command (with send or abort parameters) can be used to exit verbatim 195 command (with send or abort parameters) can be used to exit verbatim
196 mode. 196 mode. +
197 The 'toggle' subcommand can be bound to a key to use the multi-line
198 mode quickly (for example, "bind M13 = msay toggle" to switch using
199 the Meta-Enter combination).
197 200
198 'begin';; enter multi-line mode 201 'begin';; enter multi-line mode
199 'verbatim';; enter verbatim multi-line mode 202 'verbatim';; enter verbatim multi-line mode
200 'send';; send the current multi-line message to the currently selected buddy 203 'send';; send the current multi-line message to the currently selected buddy
201 'send_to' jid;; send the current multi-line message to "jid" 204 'send_to' jid;; send the current multi-line message to "jid"
205 'toggle';; switch to/from multi-line mode (begin/send)
202 'abort';; leave multi-line mode without sending the message 206 'abort';; leave multi-line mode without sending the message
203 207
204 /quit:: 208 /quit::
205 Disconnect and leave `mcabber(1)`. 209 Disconnect and leave `mcabber(1)`.
206 210