view mcabber/doc/help/en/hlp_room.txt @ 1062:9207f2efb921

Update documentation - /request last - /request vcard - /room bookmark - /roster note ... and a few minor manpage updates.
author Mikael Berthe <mikael@lilotux.net>
date Thu, 30 Nov 2006 23:50:41 +0100
parents 59b53fed6de1
children 39b20ea22ce9
line wrap: on
line source


 /ROOM join|leave|names|nick|remove|topic|unlock|destroy
 /ROOM privmsg|invite|kick|ban|role|affil
 /ROOM bookmark [add|del] [-autojoin|+autojoin]

The 'room' command handles Multi-User Chat room actions.

/room join [room [nick [pass]]]
 Join "room", using "nick" as nickname.  If no nickname is provided (or if it is an empty string), the "nickname" option value is used (see sample configuration file).  If the currently selected entry is correctly recognized as a room by mcabber, the shortcut "." can be used instead of the full room id.  A password can be provided to enter protected rooms.  If your nickname contains space characters, use quotes.
/room leave [message]
 Leave the current room
/room names
 Display members of the current room
/room nick newnick
 Change your nickname in the current room
/room privmsg nick msg
 Send private message "msg" to "nick"
/room remove
 Remove the current room from the roster (you must have left this room before)
/room topic newtopic
 Set topic for current room
/room unlock
 Unlock current room (if you are the owner)
/room destroy [reason]
 Destroy the current room (use with care!)
/room whois nick
 Display MUC information about "nick"
/room ban jid [reason]
 Ban jid from the current room
/room invite jid [reason]
 Invite jid to the current room
/room kick nick [reason]
 Kick "nick" from the current room
/room role jid role [reason]
 Change jid's role (role can be "none", "visitor", "participant", "moderator")
/room affil jid affil [reason]
 Change jid's affiliation (affil can be "none", "member", "admin", "owner")
/room bookmark [add|del] [-autojoin|+autojoin]
 Add, remove or update a bookmark (default is add).
 If autojoin is set, mcabber will automatically join the MUC room when it connects to the server.