comparison mcabber/doc/mcabber.1.txt @ 810:8c45ec4bf9bc

Ready for release 0.7.6
author Mikael Berthe <mikael@lilotux.net>
date Fri, 14 Apr 2006 23:37:26 +0200
parents 7362ed14dee0
children a8d63395a710
comparison
equal deleted inserted replaced
809:c5f915c616a0 810:8c45ec4bf9bc
1 MCABBER(1) 1 MCABBER(1)
2 =========== 2 ===========
3 Mikael BERTHE <mcabber@lilotux.net> 3 Mikael BERTHE <mcabber@lilotux.net>
4 v0.7.6-dev, April 2006 4 v0.7.6, April 2006
5 5
6 NAME 6 NAME
7 ---- 7 ----
8 mcabber - a simple Jabber console client 8 mcabber - a simple Jabber console client
9 9
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 'begin' subcommand enables multi-line mode. Note that it allows
194 a message subject to be specified. +
193 The 'verbatim' multi-line mode disables commands, so that it is 195 The 'verbatim' multi-line mode disables commands, so that it is
194 possible to enter lines starting with a slash. Only the "/msay" 196 possible to enter lines starting with a slash. Only the "/msay"
195 command (with send or abort parameters) can be used to exit verbatim 197 command (with send or abort parameters) can be used to exit verbatim
196 mode. + 198 mode. +
197 The 'toggle' subcommand can be bound to a key to use the multi-line 199 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 200 mode quickly (for example, "bind M13 = msay toggle" to switch using
199 the Meta-Enter combination). 201 the Meta-Enter combination).
200 202
201 'begin';; enter multi-line mode 203 'begin' [subject];; enter multi-line mode
202 'verbatim';; enter verbatim multi-line mode 204 'verbatim';; enter verbatim multi-line mode
203 'send';; send the current multi-line message to the currently selected buddy 205 'send';; send the current multi-line message to the currently selected buddy
204 'send_to' jid;; send the current multi-line message to "jid" 206 'send_to' jid;; send the current multi-line message to "jid"
205 'toggle';; switch to/from multi-line mode (begin/send) 207 'toggle';; switch to/from multi-line mode (begin/send)
206 'abort';; leave multi-line mode without sending the message 208 'abort';; leave multi-line mode without sending the message
207 209
208 /quit:: 210 /quit::
209 Disconnect and leave `mcabber(1)`. 211 Disconnect and leave `mcabber(1)`.
210 212
211 /rawxml send:: 213 /rawxml send::