comparison mcabber/doc/help/en/hlp_room.txt @ 1603:54029aba9452

Allow specifying nickname for bookmark
author Myhailo Danylenko <isbear@ukrpost.net>
date Mon, 15 Jun 2009 10:59:31 +0200
parents 0a1f59dc503d
children 6febc7d1f760
comparison
equal deleted inserted replaced
1602:f4a2c6f767d1 1603:54029aba9452
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 [value] 4 /ROOM setopt print_status|auto_whois [value]
5 /ROOM bookmark [add|del] [-autojoin|+autojoin] 5 /ROOM bookmark [add|del] [-autojoin|+autojoin] [-|nick]
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.
42 /room setopt print_status|auto_whois [value] 42 /room setopt print_status|auto_whois [value]
43 Change settings for the current room 43 Change settings for the current room
44 For print_status, the possible values are "default", "none", "in_and_out", "all". 44 For print_status, the possible values are "default", "none", "in_and_out", "all".
45 For auto_whois, the possible values are "default", "off", "on". 45 For auto_whois, the possible values are "default", "off", "on".
46 When the value is "default", the options muc_print_status / muc_auto_whois is used. 46 When the value is "default", the options muc_print_status / muc_auto_whois is used.
47 /room bookmark [add|del] [-autojoin|+autojoin] 47 /room bookmark [add|del] [-autojoin|+autojoin] [-|nick]
48 Add, remove or update a bookmark (default is add). 48 Add, remove or update a bookmark (default is add).
49 If autojoin is set, mcabber will automatically join the MUC room when it connects to the server. 49 If autojoin is set, mcabber will automatically join the MUC room when it connects to the server.
50 To see the list of bookmarks, use /room bookmark in the status buffer. 50 To see the list of bookmarks, use /room bookmark in the status buffer.