comparison mcabber/doc/help/en/hlp_room.txt @ 2139:5afdfac67964

Update room bookmark help files Document the new MUC password feature in the /help command for the /room command. (Help files patched by Franziska Lichtblau <rhalina@old-forest.org>) French help file and headers for the other languages updated by Mikael.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 06 Jul 2014 13:31:36 +0200
parents da426904eeda
children 5d05e8128ef4
comparison
equal deleted inserted replaced
2138:f063e36425a2 2139:5afdfac67964
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|whois|kick|ban|unban|role|affil 3 /ROOM privmsg|invite|whois|kick|ban|unban|role|affil
4 /ROOM setopt print_status|auto_whois|flag_joins [value] 4 /ROOM setopt print_status|auto_whois|flag_joins [value]
5 /ROOM bookmark [add|del] [-autojoin|+autojoin] [-|nick] 5 /ROOM bookmark [add|del] [-autojoin|+autojoin] [-|nick] [password]
6 6
7 The 'room' command handles Multi-User Chat room actions. 7 The 'room' command handles Multi-User Chat room actions.
8 8
9 /room join [room [nick [pass]]] 9 /room join [room [nick [pass]]]
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. 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.
44 Change settings for the current room 44 Change settings for the current room
45 For print_status, the possible values are "default", "none", "in_and_out", "all". 45 For print_status, the possible values are "default", "none", "in_and_out", "all".
46 For auto_whois, the possible values are "default", "off", "on". 46 For auto_whois, the possible values are "default", "off", "on".
47 For flag_joins, the possible values are "default", "none", "joins", "all". 47 For flag_joins, the possible values are "default", "none", "joins", "all".
48 When the value is "default", the options muc_print_status / muc_auto_whois / muc_flag_joins is used. 48 When the value is "default", the options muc_print_status / muc_auto_whois / muc_flag_joins is used.
49 /room bookmark [add|del] [-autojoin|+autojoin] [-|nick] [password]
50 Add, remove or update a bookmark (default is add) and optionally store a password for entering the MUC.
49 /room bookmark [add|del] [-autojoin|+autojoin] [-|nick] 51 /room bookmark [add|del] [-autojoin|+autojoin] [-|nick]
50 Add, remove or update a bookmark (default is add).
51 If autojoin is set, mcabber will automatically join the MUC room when it connects to the server. 52 If autojoin is set, mcabber will automatically join the MUC room when it connects to the server.
52 To see the list of bookmarks, use /room bookmark in the status buffer. 53 To see the list of bookmarks, use /room bookmark in the status buffer.