diff mcabber/doc/mcabber.1.txt @ 238:8e30b2bb380e

[/trunk] Changeset 251 by mikael * Add /msay command (multi-line messages)
author mikael
date Sat, 11 Jun 2005 19:12:25 +0000
parents 72fd1273f2b7
children 723433a677f0
line wrap: on
line diff
--- a/mcabber/doc/mcabber.1.txt	Fri Jun 10 19:26:34 2005 +0000
+++ b/mcabber/doc/mcabber.1.txt	Sat Jun 11 19:12:25 2005 +0000
@@ -110,6 +110,18 @@
         specified, then the buddy is moved to the default group.
         This command only works with users (not agents), at the moment.
 
+/msay begin|send|abort::
+        Send a multi-line message.  To write a single message with several
+        lines, the 'multi-line mode' should be used.  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.
+
+        'begin';; enter multi-line mode
+        'send';; send the current multi-line message to the currently selected buddy
+        'abort';; leave multi-line mode without sending the message
+
 /quit::
         Disconnect and leave `mcabber(1)`.