comparison mcabber/doc/help/en/hlp_room.txt @ 1979:6febc7d1f760

Add /room setopt flag_joins (Hermitifier)
author Mikael Berthe <mikael@lilotux.net>
date Sat, 26 Mar 2011 14:45:19 +0100
parents 54029aba9452
children da426904eeda
comparison
equal deleted inserted replaced
1978:986e514bec97 1979:6febc7d1f760
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|flag_joins [value]
5 /ROOM bookmark [add|del] [-autojoin|+autojoin] [-|nick] 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]]]
37 Kick "nick" from the current room 37 Kick "nick" from the current room
38 /room role jid role [reason] 38 /room role jid role [reason]
39 Change jid's role (role can be "none", "visitor", "participant", "moderator") 39 Change jid's role (role can be "none", "visitor", "participant", "moderator")
40 /room affil jid affil [reason] 40 /room affil jid affil [reason]
41 Change jid's affiliation (affil can be "none", "member", "admin", "owner") 41 Change jid's affiliation (affil can be "none", "member", "admin", "owner")
42 /room setopt print_status|auto_whois [value] 42 /room setopt print_status|auto_whois|flag_joins [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 For flag_joins, the possible values are "default", "none", "joins", "all".
47 When the value is "default", the options muc_print_status / muc_auto_whois / muc_flag_joins is used.
47 /room bookmark [add|del] [-autojoin|+autojoin] [-|nick] 48 /room bookmark [add|del] [-autojoin|+autojoin] [-|nick]
48 Add, remove or update a bookmark (default is add). 49 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. 50 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. 51 To see the list of bookmarks, use /room bookmark in the status buffer.