comparison mcabber/doc/mcabber.1.txt @ 199:e574c859190a

[/trunk] Changeset 211 by mikael * Complete doc...
author mikael
date Sat, 07 May 2005 08:49:57 +0000
parents 4cfea50155bf
children f042a2400809
comparison
equal deleted inserted replaced
198:4cfea50155bf 199:e574c859190a
14 DESCRIPTION 14 DESCRIPTION
15 ----------- 15 -----------
16 'mcabber'(1) is a small jabber console client. 16 'mcabber'(1) is a small jabber console client.
17 Please copy the sample mcabberrc file and update your connection options. 17 Please copy the sample mcabberrc file and update your connection options.
18 18
19 COMMANDS
20 --------
21
22 /add jid::
23 Add the 'jid' Jabber user to our roster, and send a notification
24 request to this buddy
25
26 /buffer clear|top|bottom::
27 The 'buffer' command manipulates the current buddy's buffer
28 (chat window).
29
30 clear: clear the current buddy chat window
31
32 top: jump to the top of the current buddy chat buffer
33
34 bottom: jump to the bottom of the current buddy chat buffer
35
36 /clear::
37 The 'clear' command is an alias for "/buffer clear".
38
39 /group expand|shrink|toggle::
40 The 'group' command changes the group display settings.
41
42 expand: expand (unfold) the current group tree in the roster
43
44 shrink: shrink (fold) the current group tree in the roster
45
46 toggle: toggle the fold/unfold state of the current tree
47
48 Note: the "fold" and "unfold" keywords are accepted.
49
50 /info::
51 Display info on the selected entry (user, agent, group...)
52
53 /quit::
54 Disconnect and leave mcabber(1)
55
56 /roster hide_offline|show_offline|top|bottom::
57 The 'roster' command manipulates the roster/buddylist.
58
59 hide_offline: hide offline buddies
60
61 show_offline: show offline buddies
62
63 top: jump to the top of the roster
64
65 bottom: jump to the bottom of the roster
66
67 /say text::
68 Send the text message to the currently selected buddy. Can be useful
69 if you want to send a message beginning with a slash, for example.
70
71 /status [online|avail|invisible|free|dnd|busy|notavail|away]::
72 Set the current status. If no status is specified, display the
73 current status.
74
19 OPTIONS 75 OPTIONS
20 ------- 76 -------
21 --help, -h:: 77 --help, -h::
22 Quick help usage message 78 Quick help usage message
23 79
24 -f configfile:: 80 -f configfile::
25 Use configuration file 'configfile'. 81 Use configuration file 'configfile'.
26 82
27 COMMANDS 83 CONFIGURATION FILE
28 -------- 84 ------------------
29 85 See the provided sample configuration file, which should be self-documented.
30 86
31 BUGS 87 BUGS
32 ---- 88 ----
33 Certainly a lot. 89 Certainly a lot.
34 90