diff mcabber/doc/help/en/hlp_say.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 bf1a83644998
line wrap: on
line diff
--- a/mcabber/doc/help/en/hlp_say.txt	Fri Sep 07 17:07:35 2007 +0200
+++ b/mcabber/doc/help/en/hlp_say.txt	Sat Sep 08 13:21:07 2007 +0200
@@ -1,4 +1,5 @@
 
- /SAY text
+ /SAY [-n|-h|--] text
 
 Send the "text" message to the currently selected buddy.  It can be useful if you want to send a message beginning with a slash, for example.
+The "-n" flag turn the message to "normal" type, "-h" to "headline". "--" can be used to send chat message beginning with -n or -h.