view mcabber/doc/help/en/hlp_msay.txt @ 1197:6f602d3270a4

Add /pgp [-]force With this command it becomes possible to enforce PGP encryption without checking if the remote client has PGP support. It can be used to send encrypted offline messages too.
author Mikael Berthe <mikael@lilotux.net>
date Fri, 27 Apr 2007 00:37:57 +0200
parents 59b53fed6de1
children 9bc68473f8a3
line wrap: on
line source


 /MSAY begin|verbatim|send|send_to|toggle|abort

Send a multi-line message.  To write a single message with several lines, the 'multi-line mode' 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 'begin' subcommand enables multi-line mode.  Note that it allows a message subject to be specified.
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.
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).

/msay begin [subject]
 Enter multi-line mode
/msay verbatim
 Enter verbatim multi-line mode
/msay send
 Send the current multi-line message to the currently selected buddy
/msay send_to jid
 Send the current multi-line message to "jid"
/msay toggle
 Switch to/from multi-line mode (begin/send)
/msay abort
 Leave multi-line mode without sending the message