comparison 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
comparison
equal deleted inserted replaced
1061:da696ed4acf4 1062:9207f2efb921
1 1
2 /ROOM join|leave|names|nick|remove|topic|unlock|destroy 2 /ROOM join|leave|names|nick|remove|topic|unlock|destroy
3 /ROOM privmsg|invite|kick|ban|role|affil 3 /ROOM privmsg|invite|kick|ban|role|affil
4 /ROOM bookmark [add|del] [-autojoin|+autojoin]
4 5
5 The 'room' command handles Multi-User Chat room actions. 6 The 'room' command handles Multi-User Chat room actions.
6 7
7 /room join [room [nick [pass]]] 8 /room join [room [nick [pass]]]
8 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. 9 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.
32 Kick "nick" from the current room 33 Kick "nick" from the current room
33 /room role jid role [reason] 34 /room role jid role [reason]
34 Change jid's role (role can be "none", "visitor", "participant", "moderator") 35 Change jid's role (role can be "none", "visitor", "participant", "moderator")
35 /room affil jid affil [reason] 36 /room affil jid affil [reason]
36 Change jid's affiliation (affil can be "none", "member", "admin", "owner") 37 Change jid's affiliation (affil can be "none", "member", "admin", "owner")
38 /room bookmark [add|del] [-autojoin|+autojoin]
39 Add, remove or update a bookmark (default is add).
40 If autojoin is set, mcabber will automatically join the MUC room when it connects to the server.