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

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sun, 08 Jan 2006 22:26:02 +0100
parents 3edd3687c38d
children 3f3c5765a459
comparison
equal deleted inserted replaced
659:e61aa455c61b 660:ef7f0b58a159
119 119
120 .SH "COMMANDS" 120 .SH "COMMANDS"
121 121
122 .TP 122 .TP
123 \fB/add\fR [jid [nickname]] 123 \fB/add\fR [jid [nickname]]
124 Add the "jid" Jabber user to our roster (default group), and send a notification request to this buddy\&. If no nickname is specified, the jid is used\&. If no jid is provided (or jid is empty ""), the current buddy is used\&. 124 Add the "jid" Jabber user to our roster (default group), and send a notification request to this buddy\&. If no nickname is specified, the jid is used\&. If no jid (or an empty string "") is provided or if jid is "\&.", the current buddy is used\&.
125 125
126 .TP 126 .TP
127 \fB/alias\fR name = command line 127 \fB/alias\fR name = command line
128 Add "name" as an alias for "command line"\&. 128 Add "name" as an alias for "command line"\&.
129 129
222 222
223 .TP 223 .TP
224 \fB/room\fR 224 \fB/room\fR
225 The room command handles Multi\-User Chat room actions\&. 225 The room command handles Multi\-User Chat room actions\&.
226 226
227 \fBjoin\fR room nick join "room", using "nick" as nickname 227 \fBjoin\fR room nick join "room", using "nick" as nickname\&. If no nickname is provided, the "nickname" option value is used (see sample configuration file)
228 \fBleave\fR [message] leave the current room 228 \fBleave\fR [message] leave the current room
229 \fBnames\fR display members of the current room 229 \fBnames\fR display members of the current room
230 \fBnick\fR nick change your nickname in the current room 230 \fBnick\fR nick change your nickname in the current room
231 \fBprivmsg\fR nick msg send private message "msg" to "nick" 231 \fBprivmsg\fR nick msg send private message "msg" to "nick"
232 \fBremove\fR remove the current room from the roster (you must have left this room before) 232 \fBremove\fR remove the current room from the roster (you must have left this room before)
275 275
276 .TP 276 .TP
277 \fB/status_to\fR jid online|avail|invisible|free|dnd|notavail|away [StatusMessage] 277 \fB/status_to\fR jid online|avail|invisible|free|dnd|notavail|away [StatusMessage]
278 Send the requested status to the specified Jabber user\&. 278 Send the requested status to the specified Jabber user\&.
279 279
280 If the specified jid is "\&.", the current buddy is used\&.
281
280 Note: this status will be overridden by subsequent "/status" commands\&. If you are using the auto\-away feature, the status will overridden too\&. 282 Note: this status will be overridden by subsequent "/status" commands\&. If you are using the auto\-away feature, the status will overridden too\&.
281 283
282 Note: The jid can include a resource (i\&.e\&. user@server/resource)\&. 284 Note: The jid can include a resource (i\&.e\&. user@server/resource)\&.
283 285
284 .TP 286 .TP