comparison mcabber/doc/help/en/hlp_room.txt @ 1377:cd9182f0b5c7

Add /room setopt {print_status,auto_whois} - add the command /room setopt - add option 'muc_auto_whois' The MUC settings auto_whois and print_status can be set on a per-room basis.
author Mikael Berthe <mikael@lilotux.net>
date Tue, 27 Nov 2007 23:57:20 +0100
parents 305f7a609545
children eebeb4171232
comparison
equal deleted inserted replaced
1376:a0deb5124ebf 1377:cd9182f0b5c7
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|kick|ban|role|affil 3 /ROOM privmsg|invite|kick|ban|role|affil
4 /ROOM setopt print_status|auto_whois [value]
4 /ROOM bookmark [add|del] [-autojoin|+autojoin] 5 /ROOM bookmark [add|del] [-autojoin|+autojoin]
5 6
6 The 'room' command handles Multi-User Chat room actions. 7 The 'room' command handles Multi-User Chat room actions.
7 8
8 /room join [room [nick [pass]]] 9 /room join [room [nick [pass]]]
35 Kick "nick" from the current room 36 Kick "nick" from the current room
36 /room role jid role [reason] 37 /room role jid role [reason]
37 Change jid's role (role can be "none", "visitor", "participant", "moderator") 38 Change jid's role (role can be "none", "visitor", "participant", "moderator")
38 /room affil jid affil [reason] 39 /room affil jid affil [reason]
39 Change jid's affiliation (affil can be "none", "member", "admin", "owner") 40 Change jid's affiliation (affil can be "none", "member", "admin", "owner")
41 /room setopt print_status|auto_whois [value]
42 Change settings for the current room
43 For print_status, the possible values are "default", "none", "in_and_out", "all".
44 For auto_whois, the possible values are "default", "off", "on".
45 When the value is "default", the options muc_print_status / muc_auto_whois is used.
40 /room bookmark [add|del] [-autojoin|+autojoin] 46 /room bookmark [add|del] [-autojoin|+autojoin]
41 Add, remove or update a bookmark (default is add). 47 Add, remove or update a bookmark (default is add).
42 If autojoin is set, mcabber will automatically join the MUC room when it connects to the server. 48 If autojoin is set, mcabber will automatically join the MUC room when it connects to the server.
43 To see the list of bookmarks, use /room bookmark in the status buffer. 49 To see the list of bookmarks, use /room bookmark in the status buffer.