comparison mcabber/doc/help/en/hlp_msay.txt @ 1739:9e3f8cbdfe02

Add msay toggle_verbatim subcommand to online help (Reported by Hermitifier)
author Mikael Berthe <mikael@lilotux.net>
date Sat, 06 Mar 2010 21:08:22 +0100
parents 9bc68473f8a3
children
comparison
equal deleted inserted replaced
1738:bafcb83fd585 1739:9e3f8cbdfe02
1 1
2 /MSAY begin|verbatim|send|send_to|toggle|abort 2 /MSAY begin|verbatim|send|send_to|toggle|toggle_verbatim|abort
3 3
4 Send a multi-line message. To write a single message with several lines, the 'multi-line mode' should be used. 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. 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. 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. 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.
13 Enter verbatim multi-line mode 13 Enter verbatim multi-line mode
14 /msay send [-n|-h] 14 /msay send [-n|-h]
15 Send the current multi-line message to the currently selected buddy 15 Send the current multi-line message to the currently selected buddy
16 /msay send_to [-n|-h] jid 16 /msay send_to [-n|-h] jid
17 Send the current multi-line message to "jid" 17 Send the current multi-line message to "jid"
18 /msay toggle 18 /msay toggle|toggle_verbatim
19 Switch to/from multi-line mode (begin/send) 19 Switch to/from multi-line mode (begin/send)
20 /msay abort 20 /msay abort
21 Leave multi-line mode without sending the message 21 Leave multi-line mode without sending the message
22 22
23 The -n or -h flags turn the message to "normal" or "headline" accordingly, as opposed to default "chat" message. 23 The -n or -h flags turn the message to "normal" or "headline" accordingly, as opposed to default "chat" message.