comparison mcabber/doc/mcabber.1.txt @ 637:aff6df4b408b

Update documentation Mention "/msay send_to" in the manpage.
author Mikael Berthe <mikael@lilotux.net>
date Mon, 26 Dec 2005 19:42:57 +0100
parents 713ba1932382
children 3edd3687c38d
comparison
equal deleted inserted replaced
636:f84cce8382e8 637:aff6df4b408b
149 buddylist is empty when disconnected. 149 buddylist is empty when disconnected.
150 150
151 /group fold|unfold|toggle:: 151 /group fold|unfold|toggle::
152 The 'group' command changes the current group display. 152 The 'group' command changes the current group display.
153 153
154 'fold';; fold (shrink) the current group tree in the roster 154 'fold';; fold (shrink) the current group tree in the roster
155 'unfold';; unfold (expand) the current group tree in the roster 155 'unfold';; unfold (expand) the current group tree in the roster
156 'toggle';; toggle the state (fold/unfold) of the current tree 156 'toggle';; toggle the state (fold/unfold) of the current tree
157 157
158 /info:: 158 /info::
159 Display info on the selected entry (user, agent, group...). + 159 Display info on the selected entry (user, agent, group...). +
164 Move the current buddy to the requested group. If no group is 164 Move the current buddy to the requested group. If no group is
165 specified, then the buddy is moved to the default group. + 165 specified, then the buddy is moved to the default group. +
166 Tip: if the chatmode is enabled, you can use "/roster alternate" 166 Tip: if the chatmode is enabled, you can use "/roster alternate"
167 to jump to the moved buddy. 167 to jump to the moved buddy.
168 168
169 /msay begin|verbatim|send|abort:: 169 /msay begin|verbatim|send|send_to|abort::
170 Send a multi-line message. To write a single message with several 170 Send a multi-line message. To write a single message with several
171 lines, the 'multi-line mode' should be used. + 171 lines, the 'multi-line mode' should be used. +
172 In multi-line mode, each line (except command lines) typed in the input 172 In multi-line mode, each line (except command lines) typed in the input
173 line will be added to the multi-line message. Once the message is 173 line will be added to the multi-line message. Once the message is
174 finished, it can be sent to the current selected buddy with the "/msay 174 finished, it can be sent to the current selected buddy with the "/msay
176 The 'verbatim' multi-line mode disables commands, so that it is 176 The 'verbatim' multi-line mode disables commands, so that it is
177 possible to enter lines starting with a slash. Only the "/msay" 177 possible to enter lines starting with a slash. Only the "/msay"
178 command (with send or abort parameters) can be used to exit verbatim 178 command (with send or abort parameters) can be used to exit verbatim
179 mode. 179 mode.
180 180
181 'begin';; enter multi-line mode 181 'begin';; enter multi-line mode
182 'verbatim';; enter verbatim multi-line mode 182 'verbatim';; enter verbatim multi-line mode
183 'send';; send the current multi-line message to the currently selected buddy 183 'send';; send the current multi-line message to the currently selected buddy
184 'abort';; leave multi-line mode without sending the message 184 'send_to' jid;; send the current multi-line message to "jid"
185 'abort';; leave multi-line mode without sending the message
185 186
186 /quit:: 187 /quit::
187 Disconnect and leave `mcabber(1)`. 188 Disconnect and leave `mcabber(1)`.
188 189
189 /rawxml send:: 190 /rawxml send::