diff 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
line wrap: on
line diff
--- a/mcabber/doc/help/en/hlp_msay.txt	Fri Sep 07 17:07:35 2007 +0200
+++ b/mcabber/doc/help/en/hlp_msay.txt	Sat Sep 08 13:21:07 2007 +0200
@@ -11,11 +11,13 @@
  Enter multi-line mode
 /msay verbatim
  Enter verbatim multi-line mode
-/msay send
+/msay send [-n|-h]
  Send the current multi-line message to the currently selected buddy
-/msay send_to jid
+/msay send_to [-n|-h] 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
+
+The -n or -h flags turn the message to "normal" or "headline" accordingly, as opposed to default "chat" message.