comparison mcabber/doc/help/en/hlp_msay.txt @ 904:9d11c1b1af7a

English help files Thanks to Salvador and Lione for their work.
author Mikael Berthe <mikael@lilotux.net>
date Wed, 21 Jun 2006 20:55:28 +0200
parents
children 59b53fed6de1
comparison
equal deleted inserted replaced
903:c4f164c4b0d3 904:9d11c1b1af7a
1
2 /MSAY begin|verbatim|send|send_to|toggle|abort
3
4 Send a multi-line message. To write a single message with several lines, the 'multi-line mode' should be used.
5 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.
6 The 'begin' subcommand enables multi-line mode. Note that it allows a message subject to be specified.
7 The 'verbatim' 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.
8 The 'toggle' subcommand can be bound to a key to use the multi-line mode quickly (for example, "bind M13 = msay toggle" to switch using the Meta-Enter combination).
9
10 /msay begin [subject]
11 Enter multi-line mode
12 /msay verbatim
13 Enter verbatim multi-line mode
14 /msay send
15 Send the current multi-line message to the currently selected buddy
16 /msay send_to [jid]
17 Send the current multi-line message to [jid]
18 /msay toggle
19 Switch to/from multi-line mode (begin/send)
20 /msay abort
21 Leave multi-line mode without sending the message