comparison mcabber/doc/help/en/hlp_roster.txt @ 1080:4ce46a278336

Update roster help - Update header - reorder items
author Mikael Berthe <mikael@lilotux.net>
date Tue, 05 Dec 2006 19:00:30 +0100
parents 9207f2efb921
children 5e2e647e781b
comparison
equal deleted inserted replaced
1079:537873e68ea6 1080:4ce46a278336
1 1
2 /ROSTER bottom|top|hide_offline|show_offline|toggle_offline 2 /ROSTER hide_offline|show_offline|toggle_offline
3 /ROSTER hide|show|toggle 3 /ROSTER item_lock|item_unlock
4 /ROSTER bottom|top|up|down
4 /ROSTER alternate|unread_first|unread_next 5 /ROSTER alternate|unread_first|unread_next
5 /ROSTER search bud 6 /ROSTER search bud
7 /ROSTER hide|show|toggle
6 /ROSTER note [-|text] 8 /ROSTER note [-|text]
7 9
8 The 'roster' command manipulates the roster/buddylist. 10 The 'roster' command manipulates the roster/buddylist.
9 Here are the available parameters: 11 Here are the available parameters:
10 12
13 /roster hide_offline
14 Hide offline buddies
15 /roster show_offline
16 Show offline buddies
17 /roster toggle_offline
18 Toggle display of offline buddies
19 /roster item_lock [jid]
20 Lock the roster item so it remains visible regardless of its status
21 /roster item_unlock [jid]
22 Undo the effects of item_lock
11 /roster bottom 23 /roster bottom
12 Jump to the bottom of the roster 24 Jump to the bottom of the roster
13 /roster top 25 /roster top
14 Jump to the top of the roster 26 Jump to the top of the roster
15 /roster up 27 /roster up
16 Move up in the roster 28 Move up in the roster
17 /roster down 29 /roster down
18 Move down in the roster 30 Move down in the roster
19 /roster hide_offline 31 /roster alternate
20 Hide offline buddies 32 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_next" (Ctrl-q).
21 /roster show_offline 33 /roster unread_first
22 Show offline buddies 34 Jump to the first unread message
23 /roster toggle_offline 35 /roster unread_next
24 Toggle display of offline buddies 36 Jump to the next unread message
37 /roster search bud
38 Search for a buddy with a name or jid containing "bud" (only in the displayed buddylist)
25 /roster hide 39 /roster hide
26 Hide roster (full-width chat window) 40 Hide roster (full-width chat window)
27 /roster show 41 /roster show
28 Show roster 42 Show roster
29 /roster toggle 43 /roster toggle
30 Toggle roster visibility 44 Toggle roster visibility
31 /roster item_lock [jid]
32 Lock the roster item so it remains visible regardless of its status
33 /roster item_unlock [jid]
34 Undo the effects of item_lock
35 /roster search bud
36 Search for a buddy with a name or jid containing "bud" (only in the displayed buddylist)
37 /roster alternate
38 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_next" (Ctrl-q).
39 /roster unread_first
40 Jump to the first unread message
41 /roster unread_next
42 Jump to the next unread message
43 /roster note [-|text] 45 /roster note [-|text]
44 Set/update/delete an annotation. 46 Set/update/delete an annotation.
45 If there is no text, the current item's annotation is displayed -- if you are in the status buffer, all notes are displayed. 47 If there is no text, the current item's annotation is displayed -- if you are in the status buffer, all notes are displayed.
46 If text is "-", the note is erased. 48 If text is "-", the note is erased.