comparison 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
comparison
equal deleted inserted replaced
1304:8ada97e5eb75 1305:9bc68473f8a3
1 1
2 /SAY text 2 /SAY [-n|-h|--] text
3 3
4 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. 4 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.
5 The "-n" flag turn the message to "normal" type, "-h" to "headline". "--" can be used to send chat message beginning with -n or -h.