comparison mcabber/doc/help/en/hlp_msay.txt @ 1305:9bc68473f8a3

-n and -f flags to message-sending commands Allows sending normal and headline messages
author Michal 'vorner' Vaner <vorner@ucw.cz>
date Sat, 08 Sep 2007 13:21:07 +0200
parents 59b53fed6de1
children 9e3f8cbdfe02
comparison
equal deleted inserted replaced
1304:8ada97e5eb75 1305:9bc68473f8a3
9 9
10 /msay begin [subject] 10 /msay begin [subject]
11 Enter multi-line mode 11 Enter multi-line mode
12 /msay verbatim 12 /msay verbatim
13 Enter verbatim multi-line mode 13 Enter verbatim multi-line mode
14 /msay send 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 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
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
23 The -n or -h flags turn the message to "normal" or "headline" accordingly, as opposed to default "chat" message.