comparison mcabber/doc/mcabber.1.txt @ 1086:5e2e647e781b

Add command /roster group_prev|group_next and update documentation
author Mikael Berthe <mikael@lilotux.net>
date Wed, 06 Dec 2006 22:14:41 +0100
parents 07941d7feee9
children 3d92e648a8db
comparison
equal deleted inserted replaced
1085:122114b00541 1086:5e2e647e781b
328 'kick' nick [reason];; kick "nick" from the current room 328 'kick' nick [reason];; kick "nick" from the current room
329 'role' jid role [reason];; change jid's role (role can be "none", "visitor", "participant", "moderator") 329 'role' jid role [reason];; change jid's role (role can be "none", "visitor", "participant", "moderator")
330 'affil' jid affil [reason];; change jid's affiliation (affil can be "none", "member", "admin", "owner") 330 'affil' jid affil [reason];; change jid's affiliation (affil can be "none", "member", "admin", "owner")
331 'bookmark' add/update/remove a room bookmark, set/unset autojoin 331 'bookmark' add/update/remove a room bookmark, set/unset autojoin
332 332
333 /roster bottom|top|hide_offline|show_offline|toggle_offline:: 333 /roster bottom|top|up|down|group_prev|group_next::
334 /roster hide|show|toggle::
335 /roster alternate|unread_first|unread_next:: 334 /roster alternate|unread_first|unread_next::
336 /roster search bud:: 335 /roster search bud::
336 /roster hide_offline|show_offline|toggle_offline::
337 /roster item_lock|item_unlock::
338 /roster hide|show|toggle::
337 /roster note [-|text]:: 339 /roster note [-|text]::
338 The 'roster' command manipulates the roster/buddylist. Here are the available parameters: 340 The 'roster' command manipulates the roster/buddylist. Here are the available parameters:
339 341
340 'bottom';; jump to the bottom of the roster 342 'bottom';; jump to the bottom of the roster
341 'top';; jump to the top of the roster 343 'top';; jump to the top of the roster
342 'up';; move up in the roster 344 'up';; move up in the roster
343 'down';; move down in the roster 345 'down';; move down in the roster
346 'group_prev';; jump to the previous group in the roster
347 'group_next';; jump to the next group in the roster
348 '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")
349 'unread_first';; jump to the first unread message
350 'unread_next';; jump to the next unread message
351 'search' bud;; search for a buddy with a name or jid containing "bud" (only in the displayed buddylist)
344 'hide_offline';; hide offline buddies 352 'hide_offline';; hide offline buddies
345 'show_offline';; show offline buddies 353 'show_offline';; show offline buddies
346 'toggle_offline';; toggle display of offline buddies 354 'toggle_offline';; toggle display of offline buddies
355 'item_lock' jid;; lock the roster item so it remains visible regardless of its status
356 'item_unlock' jid;; undo the effects of item_lock
347 'hide';; hide roster (full-width chat window) 357 'hide';; hide roster (full-width chat window)
348 'show';; show roster 358 'show';; show roster
349 'toggle';; toggle roster visibility 359 'toggle';; toggle roster visibility
350 'item_lock' jid;; lock the roster item so it remains visible regardless of its status
351 'item_unlock' jid;; undo the effects of item_lock
352 'search' bud;; search for a buddy with a name or jid containing "bud" (only in the displayed buddylist)
353 '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")
354 'unread_first';; jump to the first unread message
355 'unread_next';; jump to the next unread message
356 'note' [text];; display or set an annotation (if text is "-", the annotation is deleted). In the "status" buffer, it will display all annotations. 360 'note' [text];; display or set an annotation (if text is "-", the annotation is deleted). In the "status" buffer, it will display all annotations.
357 361
358 /say text:: 362 /say text::
359 Send the "text" message to the currently selected buddy. Can be useful 363 Send the "text" message to the currently selected buddy. Can be useful
360 if you want to send a message beginning with a slash, for example. 364 if you want to send a message beginning with a slash, for example.