mcabber/doc/help/en/hlp_room.txt
author Mikael Berthe <mikael@lilotux.net>
Sat, 04 Oct 2008 15:38:58 +0200
changeset 1534 0650ffc8cbbd
parent 1532 eebeb4171232
child 1587 0a1f59dc503d
permissions -rw-r--r--
Update FR help files (and a few EN files)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
1532
eebeb4171232 Update documentation (help files)
Mikael Berthe <mikael@lilotux.net>
parents: 1377
diff changeset
     3
 /ROOM privmsg|invite|whois|kick|ban|unban|role|affil
1377
cd9182f0b5c7 Add /room setopt {print_status,auto_whois}
Mikael Berthe <mikael@lilotux.net>
parents: 1341
diff changeset
     4
 /ROOM setopt print_status|auto_whois [value]
1062
9207f2efb921 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 915
diff changeset
     5
 /ROOM bookmark [add|del] [-autojoin|+autojoin]
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     6
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     7
The 'room' command handles Multi-User Chat room actions.
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     8
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     9
/room join [room [nick [pass]]]
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    10
 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
    11
/room leave [message]
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    12
 Leave the current room
1341
305f7a609545 Add "/room names --detail"
Mikael Berthe <mikael@lilotux.net>
parents: 1260
diff changeset
    13
/room names [--detail|--short|--quiet]
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    14
 Display members of the current room
915
59b53fed6de1 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 904
diff changeset
    15
/room nick newnick
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    16
 Change your nickname in the current room
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    17
/room privmsg nick msg
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    18
 Send private message "msg" to "nick"
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    19
/room remove
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    20
 Remove the current room from the roster (you must have left this room before)
1532
eebeb4171232 Update documentation (help files)
Mikael Berthe <mikael@lilotux.net>
parents: 1377
diff changeset
    21
/room topic -|newtopic
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    22
 Set topic for current room
1534
0650ffc8cbbd Update FR help files (and a few EN files)
Mikael Berthe <mikael@lilotux.net>
parents: 1532
diff changeset
    23
 (The topic is cleared if newtopic is "-")
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    24
/room unlock
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    25
 Unlock current room (if you are the owner)
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    26
/room destroy [reason]
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    27
 Destroy the current room (use with care!)
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    28
/room whois nick
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    29
 Display MUC information about "nick"
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    30
/room ban jid [reason]
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    31
 Ban jid from the current room
1260
b4ccc5b2a6de Add command /room unban
Mikael Berthe <mikael@lilotux.net>
parents: 1163
diff changeset
    32
/room unban jid
b4ccc5b2a6de Add command /room unban
Mikael Berthe <mikael@lilotux.net>
parents: 1163
diff changeset
    33
 Unban jid from the current room
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    34
/room invite jid [reason]
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    35
 Invite jid to the current room
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    36
/room kick nick [reason]
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    37
 Kick "nick" from the current room
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    38
/room role jid role [reason]
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    39
 Change jid's role (role can be "none", "visitor", "participant", "moderator")
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    40
/room affil jid affil [reason]
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    41
 Change jid's affiliation (affil can be "none", "member", "admin", "owner")
1377
cd9182f0b5c7 Add /room setopt {print_status,auto_whois}
Mikael Berthe <mikael@lilotux.net>
parents: 1341
diff changeset
    42
/room setopt print_status|auto_whois [value]
cd9182f0b5c7 Add /room setopt {print_status,auto_whois}
Mikael Berthe <mikael@lilotux.net>
parents: 1341
diff changeset
    43
 Change settings for the current room
cd9182f0b5c7 Add /room setopt {print_status,auto_whois}
Mikael Berthe <mikael@lilotux.net>
parents: 1341
diff changeset
    44
 For print_status, the possible values are "default", "none", "in_and_out", "all".
cd9182f0b5c7 Add /room setopt {print_status,auto_whois}
Mikael Berthe <mikael@lilotux.net>
parents: 1341
diff changeset
    45
 For auto_whois, the possible values are "default", "off", "on".
cd9182f0b5c7 Add /room setopt {print_status,auto_whois}
Mikael Berthe <mikael@lilotux.net>
parents: 1341
diff changeset
    46
 When the value is "default", the options muc_print_status / muc_auto_whois is used.
1062
9207f2efb921 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 915
diff changeset
    47
/room bookmark [add|del] [-autojoin|+autojoin]
9207f2efb921 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 915
diff changeset
    48
 Add, remove or update a bookmark (default is add).
9207f2efb921 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 915
diff changeset
    49
 If autojoin is set, mcabber will automatically join the MUC room when it connects to the server.
1163
2913310a7be6 Make /roster bookmark in the status buffer show all bookmarks
Mikael Berthe <mikael@lilotux.net>
parents: 1162
diff changeset
    50
 To see the list of bookmarks, use /room bookmark in the status buffer.