comparison mcabber/doc/mcabber.1 @ 593:29d9a54ac69f

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Dec 2005 11:34:31 +0100
parents 4df43fcdabc4
children 803973541c22
comparison
equal deleted inserted replaced
592:67a332121aea 593:29d9a54ac69f
203 203
204 .TP 204 .TP
205 \fB/room\fR 205 \fB/room\fR
206 The room command handles Multi\-User Chat room actions\&. 206 The room command handles Multi\-User Chat room actions\&.
207 207
208 \fBban\fR jid [reason] ban jid from the current room
209 \fBinvite\fR jid [reason] invite jid to the current room
210 \fBjoin\fR room nick join "room", using "nick" as nickname 208 \fBjoin\fR room nick join "room", using "nick" as nickname
211 \fBkick\fR nick [reason] kick "nick" from the current room
212 \fBleave\fR [message] leave the current room 209 \fBleave\fR [message] leave the current room
213 \fBnames\fR display members of the current room 210 \fBnames\fR display members of the current room
214 \fBnick\fR nick change your nickname in the current room 211 \fBnick\fR nick change your nickname in the current room
215 \fBprivmsg\fR nick msg send private message "msg" to "nick" 212 \fBprivmsg\fR nick msg send private message "msg" to "nick"
216 \fBremove\fR remove the current room from the roster (you must have left this room before) 213 \fBremove\fR remove the current room from the roster (you must have left this room before)
217 \fBtopic\fR set topic for current room 214 \fBtopic\fR set topic for current room
218 \fBunlock\fR unlock current room (if you are the owner) 215 \fBunlock\fR unlock current room (if you are the owner)
219 \fBwhois\fR nick display MUC information about "nick" 216 \fBwhois\fR nick display MUC information about "nick"
217
218 \fBinvite\fR jid [reason] invite jid to the current room
219 \fBkick\fR nick [reason] kick "nick" from the current room
220 \fBban\fR jid [reason] ban jid from the current room
221 \fBrole\fR jid role [reason] change jid's role (role can be "none", "visitor", "participant", "moderator")
222 \fBaffil\fR jid affil [reason] change jid's affiliation (affil can be "none", "member", "admin", "owner")
220 223
221 .TP 224 .TP
222 \fB/roster\fR 225 \fB/roster\fR
223 The roster command manipulates the roster/buddylist\&. Here are the available parameters: 226 The roster command manipulates the roster/buddylist\&. Here are the available parameters:
224 227