annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
1
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
2 /ROOM join|leave|names|nick|remove|topic|unlock|destroy
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
3 /ROOM privmsg|invite|kick|ban|role|affil
1062
9207f2efb921 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 915
diff changeset
4 /ROOM bookmark [add|del] [-autojoin|+autojoin]
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
5
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
6 The 'room' command handles Multi-User Chat room actions.
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
7
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
8 /room join [room [nick [pass]]]
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
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.
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
10 /room leave [message]
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
11 Leave the current room
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
12 /room names
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
13 Display members of the current room
915
59b53fed6de1 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 904
diff changeset
14 /room nick newnick
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
15 Change your nickname in the current room
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
16 /room privmsg nick msg
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
17 Send private message "msg" to "nick"
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
18 /room remove
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
19 Remove the current room from the roster (you must have left this room before)
915
59b53fed6de1 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 904
diff changeset
20 /room topic newtopic
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
21 Set topic for current room
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
22 /room unlock
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
23 Unlock current room (if you are the owner)
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
24 /room destroy [reason]
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
25 Destroy the current room (use with care!)
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
26 /room whois nick
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
27 Display MUC information about "nick"
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
28 /room ban jid [reason]
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
29 Ban jid from the current room
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
30 /room invite jid [reason]
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
31 Invite jid to the current room
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
32 /room kick nick [reason]
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
33 Kick "nick" from the current room
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
34 /room role jid role [reason]
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
35 Change jid's role (role can be "none", "visitor", "participant", "moderator")
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
36 /room affil jid affil [reason]
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
37 Change jid's affiliation (affil can be "none", "member", "admin", "owner")
1062
9207f2efb921 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 915
diff changeset
38 /room bookmark [add|del] [-autojoin|+autojoin]
9207f2efb921 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 915
diff changeset
39 Add, remove or update a bookmark (default is add).
9207f2efb921 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 915
diff changeset
40 If autojoin is set, mcabber will automatically join the MUC room when it connects to the server.