comparison mcabber/doc/mcabber.1.txt @ 210:f64818ba3503

[/trunk] Changeset 222 by mikael * Add /move command * roster: Add buddy_setgroup() * roster.c: Fix a small memory leak * Keep documentation up-to-date
author mikael
date Sun, 08 May 2005 07:02:11 +0000
parents 8b08f34922c5
children 882029ebd052
comparison
equal deleted inserted replaced
209:353a4f8a3f61 210:f64818ba3503
103 'toggle';; toggle the fold/unfold state of the current tree 103 'toggle';; toggle the fold/unfold state of the current tree
104 104
105 /info:: 105 /info::
106 Display info on the selected entry (user, agent, group...). 106 Display info on the selected entry (user, agent, group...).
107 107
108 /move [groupname]::
109 Move the current buddy to the requested group. If no group is
110 specified, then the buddy is moved to the default group.
111 This command only works with users (not agents), right now.
112
108 /quit:: 113 /quit::
109 Disconnect and leave `mcabber(1)`. 114 Disconnect and leave `mcabber(1)`.
110 115
111 /rename nickname:: 116 /rename nickname::
112 Rename current buddy to the given nickname. 117 Rename current buddy to the given nickname.
118 This command does not work for groups, right now (but you can move
119 the buddies to another group with the /move command).
113 120
114 /roster hide_offline|show_offline|top|bottom:: 121 /roster hide_offline|show_offline|top|bottom::
115 The 'roster' command manipulates the roster/buddylist. 122 The 'roster' command manipulates the roster/buddylist.
116 123
117 'hide_offline';; hide offline buddies 124 'hide_offline';; hide offline buddies