comparison 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
comparison
equal deleted inserted replaced
237:c8df64f43625 238:8e30b2bb380e
108 /move [groupname]:: 108 /move [groupname]::
109 Move the current buddy to the requested group. If no group is 109 Move the current buddy to the requested group. If no group is
110 specified, then the buddy is moved to the default group. 110 specified, then the buddy is moved to the default group.
111 This command only works with users (not agents), at the moment. 111 This command only works with users (not agents), at the moment.
112 112
113 /msay begin|send|abort::
114 Send a multi-line message. To write a single message with several
115 lines, the 'multi-line mode' should be used. In multi-line mode,
116 each line (except command lines) typed in the input line will
117 be added to the multi-line message. Once the message is finished, it
118 can be sent to the current selected buddy with the "msay /send"
119 command.
120
121 'begin';; enter multi-line mode
122 'send';; send the current multi-line message to the currently selected buddy
123 'abort';; leave multi-line mode without sending the message
124
113 /quit:: 125 /quit::
114 Disconnect and leave `mcabber(1)`. 126 Disconnect and leave `mcabber(1)`.
115 127
116 /rename nickname:: 128 /rename nickname::
117 Rename current buddy to the given nickname. 129 Rename current buddy to the given nickname.