annotate mcabber/doc/help/en/hlp_roster.txt @ 1350:096411233fce

Add /roster item_toggle_lock (suggested by Wolfram S.)
author Mikael Berthe <mikael@lilotux.net>
date Sat, 10 Nov 2007 22:14:57 +0100
parents 0dda8238af21
children 8cec41ebecb3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
1
1086
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
2 /ROSTER bottom|top|up|down|group_prev|group_next
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
3 /ROSTER alternate|unread_first|unread_next
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
4 /ROSTER search bud
1311
0dda8238af21 Implement "/roster display"
Mikael Berthe <mikael@lilotux.net>
parents: 1086
diff changeset
5 /ROSTER display|hide_offline|show_offline|toggle_offline
1350
096411233fce Add /roster item_toggle_lock (suggested by Wolfram S.)
Mikael Berthe <mikael@lilotux.net>
parents: 1311
diff changeset
6 /ROSTER item_lock|item_unlock|item_toggle_lock
1080
4ce46a278336 Update roster help
Mikael Berthe <mikael@lilotux.net>
parents: 1062
diff changeset
7 /ROSTER hide|show|toggle
1062
9207f2efb921 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 975
diff changeset
8 /ROSTER note [-|text]
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
9
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
10 The 'roster' command manipulates the roster/buddylist.
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
11 Here are the available parameters:
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
12
1086
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
13 /roster bottom
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
14 Jump to the bottom of the roster
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
15 /roster top
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
16 Jump to the top of the roster
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
17 /roster up
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
18 Move up in the roster
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
19 /roster down
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
20 Move down in the roster
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
21 /roster group_prev
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
22 Jump to the previous group in the roster
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
23 /roster group_next
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
24 Jump to the next group in the roster
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
25 /roster alternate
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
26 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).
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
27 /roster unread_first
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
28 Jump to the first unread message
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
29 /roster unread_next
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
30 Jump to the next unread message
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
31 /roster search bud
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
32 Search for a buddy with a name or jid containing "bud" (only in the displayed buddylist)
1311
0dda8238af21 Implement "/roster display"
Mikael Berthe <mikael@lilotux.net>
parents: 1086
diff changeset
33 /roster display [mask]
0dda8238af21 Implement "/roster display"
Mikael Berthe <mikael@lilotux.net>
parents: 1086
diff changeset
34 See or update the roster filter.
0dda8238af21 Implement "/roster display"
Mikael Berthe <mikael@lilotux.net>
parents: 1086
diff changeset
35 The mask should contain the shortcut letters of the status you want to see ([o]nline, [f]ree_for_chat, [d]o_not_disturb, [n]ot_available, [a]way, [_]offline).
0dda8238af21 Implement "/roster display"
Mikael Berthe <mikael@lilotux.net>
parents: 1086
diff changeset
36 For example "ofdna" to display only connected buddies.
0dda8238af21 Implement "/roster display"
Mikael Berthe <mikael@lilotux.net>
parents: 1086
diff changeset
37 "*" can be used as a shortcut to display all contacts.
1080
4ce46a278336 Update roster help
Mikael Berthe <mikael@lilotux.net>
parents: 1062
diff changeset
38 /roster hide_offline
1311
0dda8238af21 Implement "/roster display"
Mikael Berthe <mikael@lilotux.net>
parents: 1086
diff changeset
39 Hide offline buddies (same as /roster display ofdna)
1080
4ce46a278336 Update roster help
Mikael Berthe <mikael@lilotux.net>
parents: 1062
diff changeset
40 /roster show_offline
1311
0dda8238af21 Implement "/roster display"
Mikael Berthe <mikael@lilotux.net>
parents: 1086
diff changeset
41 Show offline buddies (same as /roster display ofdna_)
1080
4ce46a278336 Update roster help
Mikael Berthe <mikael@lilotux.net>
parents: 1062
diff changeset
42 /roster toggle_offline
4ce46a278336 Update roster help
Mikael Berthe <mikael@lilotux.net>
parents: 1062
diff changeset
43 Toggle display of offline buddies
4ce46a278336 Update roster help
Mikael Berthe <mikael@lilotux.net>
parents: 1062
diff changeset
44 /roster item_lock [jid]
4ce46a278336 Update roster help
Mikael Berthe <mikael@lilotux.net>
parents: 1062
diff changeset
45 Lock the roster item so it remains visible regardless of its status
4ce46a278336 Update roster help
Mikael Berthe <mikael@lilotux.net>
parents: 1062
diff changeset
46 /roster item_unlock [jid]
4ce46a278336 Update roster help
Mikael Berthe <mikael@lilotux.net>
parents: 1062
diff changeset
47 Undo the effects of item_lock
1350
096411233fce Add /roster item_toggle_lock (suggested by Wolfram S.)
Mikael Berthe <mikael@lilotux.net>
parents: 1311
diff changeset
48 /roster item_toggle_lock [jid]
096411233fce Add /roster item_toggle_lock (suggested by Wolfram S.)
Mikael Berthe <mikael@lilotux.net>
parents: 1311
diff changeset
49 Invert the current lock flag
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
50 /roster hide
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
51 Hide roster (full-width chat window)
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
52 /roster show
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
53 Show roster
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
54 /roster toggle
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
55 Toggle roster visibility
1062
9207f2efb921 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 975
diff changeset
56 /roster note [-|text]
9207f2efb921 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 975
diff changeset
57 Set/update/delete an annotation.
9207f2efb921 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 975
diff changeset
58 If there is no text, the current item's annotation is displayed -- if you are in the status buffer, all notes are displayed.
9207f2efb921 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 975
diff changeset
59 If text is "-", the note is erased.