comparison mcabber/doc/mcabber.1.txt @ 975:c3198eea6c3b

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sun, 01 Oct 2006 23:59:07 +0200
parents abfe3ca42c35
children f7ef8003fc35
comparison
equal deleted inserted replaced
974:36f7753dfb59 975:c3198eea6c3b
261 For users, resources are displayed with the status, priority and 261 For users, resources are displayed with the status, priority and
262 status message (if available) of each resource. 262 status message (if available) of each resource.
263 263
264 /move [groupname]:: 264 /move [groupname]::
265 Move the current buddy to the requested group. If no group is 265 Move the current buddy to the requested group. If no group is
266 specified, then the buddy is moved to the default group. + 266 specified, then the buddy is moved to the default group.
267 If the group groupname doesn't exist, it is created. +
267 Tip: if the chatmode is enabled, you can use "/roster alternate" 268 Tip: if the chatmode is enabled, you can use "/roster alternate"
268 to jump to the moved buddy. 269 to jump to the moved buddy.
269 270
270 /msay begin|verbatim|send|send_to|toggle|toggle_verbatim|abort:: 271 /msay begin|verbatim|send|send_to|toggle|toggle_verbatim|abort::
271 Send a multi-line message. To write a single message with several 272 Send a multi-line message. To write a single message with several
336 'show_offline';; show offline buddies 337 'show_offline';; show offline buddies
337 'toggle_offline';; toggle display of offline buddies 338 'toggle_offline';; toggle display of offline buddies
338 'hide';; hide roster (full-width chat window) 339 'hide';; hide roster (full-width chat window)
339 'show';; show roster 340 'show';; show roster
340 'toggle';; toggle roster visibility 341 'toggle';; toggle roster visibility
342 'item_lock' jid;; lock the roster item so it remains visible regardless of its status
343 'item_unlock' jid;; undo the effects of item_lock
341 'search' bud;; search for a buddy with a name or jid containing "bud" (only in the displayed buddylist) 344 'search' bud;; search for a buddy with a name or jid containing "bud" (only in the displayed buddylist)
342 'alternate';; jump to alternate buddy. The "alternate" buddy is the last buddy left while being in chat mode (this command is thus especially useful after commands like "/roster unread_first") 345 'alternate';; jump to alternate buddy. The "alternate" buddy is the last buddy left while being in chat mode (this command is thus especially useful after commands like "/roster unread_first")
343 'unread_first';; jump to the first unread message 346 'unread_first';; jump to the first unread message
344 'unread_next';; jump to the next unread message 347 'unread_next';; jump to the next unread message
345 348