comparison mcabber/doc/mcabber.1.txt @ 660:ef7f0b58a159

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sun, 08 Jan 2006 22:26:02 +0100
parents 3edd3687c38d
children 414ae36ea264
comparison
equal deleted inserted replaced
659:e61aa455c61b 660:ef7f0b58a159
90 -------- 90 --------
91 91
92 /add [jid [nickname]]:: 92 /add [jid [nickname]]::
93 Add the "jid" Jabber user to our roster (default group), and send a 93 Add the "jid" Jabber user to our roster (default group), and send a
94 notification request to this buddy. If no nickname is specified, the 94 notification request to this buddy. If no nickname is specified, the
95 jid is used. If no jid is provided (or jid is empty ""), the 95 jid is used. If no jid (or an empty string "") is provided or if jid
96 current buddy is used. 96 is ".", the current buddy is used.
97 97
98 /alias name = command line:: 98 /alias name = command line::
99 Add "name" as an alias for "command line". + 99 Add "name" as an alias for "command line". +
100 Aliases are expanded only once, thus they can not be chained. + 100 Aliases are expanded only once, thus they can not be chained. +
101 "/alias name" displays the value associated with the "name" alias; 101 "/alias name" displays the value associated with the "name" alias;
198 198
199 /room join|leave|names|nick|privmsg|remove|topic|unlock|destroy:: 199 /room join|leave|names|nick|privmsg|remove|topic|unlock|destroy::
200 /room invite|kick|ban|role|affil:: 200 /room invite|kick|ban|role|affil::
201 The 'room' command handles Multi-User Chat room actions. 201 The 'room' command handles Multi-User Chat room actions.
202 202
203 'join' room nick;; join "room", using "nick" as nickname 203 'join' room [nick];; join "room", using "nick" as nickname. If no nickname is provided, the "nickname" option value is used (see sample configuration file)
204 'leave' [message];; leave the current room 204 'leave' [message];; leave the current room
205 'names';; display members of the current room 205 'names';; display members of the current room
206 'nick' nick;; change your nickname in the current room 206 'nick' nick;; change your nickname in the current room
207 'privmsg' nick msg;; send private message "msg" to "nick" 207 'privmsg' nick msg;; send private message "msg" to "nick"
208 'remove';; remove the current room from the roster (you must have left this room before) 208 'remove';; remove the current room from the roster (you must have left this room before)
252 the current status message is kept. If StatusMessage is "-", the 252 the current status message is kept. If StatusMessage is "-", the
253 current status message is cleared. 253 current status message is cleared.
254 254
255 /status_to jid online|avail|invisible|free|dnd|notavail|away [StatusMessage]:: 255 /status_to jid online|avail|invisible|free|dnd|notavail|away [StatusMessage]::
256 Send the requested status to the specified Jabber user. + 256 Send the requested status to the specified Jabber user. +
257 If the specified jid is ".", the current buddy is used. +
257 Note: this status will be overridden by subsequent "/status" commands. 258 Note: this status will be overridden by subsequent "/status" commands.
258 If you are using the auto-away feature, the status will overridden 259 If you are using the auto-away feature, the status will overridden
259 too. + 260 too. +
260 Note: The jid can include a resource (i.e. user@server/resource). 261 Note: The jid can include a resource (i.e. user@server/resource).
261 262