comparison mcabber/doc/mcabber.1.txt @ 710:0311d7e2bb1c

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sat, 25 Feb 2006 23:37:46 +0100
parents 3f3c5765a459
children b4befb3052e5
comparison
equal deleted inserted replaced
709:5aa66101807b 710:0311d7e2bb1c
1 MCABBER(1) 1 MCABBER(1)
2 =========== 2 ===========
3 Mikael BERTHE <mcabber@lilotux.net> 3 Mikael BERTHE <mcabber@lilotux.net>
4 v0.7.5-dev, January 2006 4 v0.7.5-dev, February 2006
5 5
6 NAME 6 NAME
7 ---- 7 ----
8 mcabber - a simple Jabber console client 8 mcabber - a simple Jabber console client
9 9
220 'kick' nick [reason];; kick "nick" from the current room 220 'kick' nick [reason];; kick "nick" from the current room
221 'role' jid role [reason];; change jid's role (role can be "none", "visitor", "participant", "moderator") 221 'role' jid role [reason];; change jid's role (role can be "none", "visitor", "participant", "moderator")
222 'affil' jid affil [reason];; change jid's affiliation (affil can be "none", "member", "admin", "owner") 222 'affil' jid affil [reason];; change jid's affiliation (affil can be "none", "member", "admin", "owner")
223 223
224 /roster bottom|top|hide_offline|show_offline|toggle_offline:: 224 /roster bottom|top|hide_offline|show_offline|toggle_offline::
225 /roster hide|show|toggle::
225 /roster alternate|unread_first|unread_next:: 226 /roster alternate|unread_first|unread_next::
226 /roster search bud:: 227 /roster search bud::
227 The 'roster' command manipulates the roster/buddylist. Here are the available parameters: 228 The 'roster' command manipulates the roster/buddylist. Here are the available parameters:
228 229
229 'bottom';; jump to the bottom of the roster 230 'bottom';; jump to the bottom of the roster
231 'up';; move up in the roster 232 'up';; move up in the roster
232 'down';; move down in the roster 233 'down';; move down in the roster
233 'hide_offline';; hide offline buddies 234 'hide_offline';; hide offline buddies
234 'show_offline';; show offline buddies 235 'show_offline';; show offline buddies
235 'toggle_offline';; toggle display of offline buddies 236 'toggle_offline';; toggle display of offline buddies
237 'hide';; hide roster (full-width chat window)
238 'show';; show roster
239 'toggle';; toggle roster visibility
236 'search' bud;; search for a buddy with a name or buddy containing "bud" (only in the displayed buddylist) 240 'search' bud;; search for a buddy with a name or buddy containing "bud" (only in the displayed buddylist)
237 '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") 241 '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")
238 'unread_first';; jump to the first unread message 242 'unread_first';; jump to the first unread message
239 'unread_next';; jump to the next unread message 243 'unread_next';; jump to the next unread message
240 244