diff 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
line wrap: on
line diff
--- a/mcabber/doc/help/en/hlp_room.txt	Sat Mar 26 13:56:41 2011 +0100
+++ b/mcabber/doc/help/en/hlp_room.txt	Sat Mar 26 14:45:19 2011 +0100
@@ -1,7 +1,7 @@
 
  /ROOM join|leave|names|nick|remove|topic|unlock|destroy
  /ROOM privmsg|invite|whois|kick|ban|unban|role|affil
- /ROOM setopt print_status|auto_whois [value]
+ /ROOM setopt print_status|auto_whois|flag_joins [value]
  /ROOM bookmark [add|del] [-autojoin|+autojoin] [-|nick]
 
 The 'room' command handles Multi-User Chat room actions.
@@ -39,11 +39,12 @@
  Change jid's role (role can be "none", "visitor", "participant", "moderator")
 /room affil jid affil [reason]
  Change jid's affiliation (affil can be "none", "member", "admin", "owner")
-/room setopt print_status|auto_whois [value]
+/room setopt print_status|auto_whois|flag_joins [value]
  Change settings for the current room
  For print_status, the possible values are "default", "none", "in_and_out", "all".
  For auto_whois, the possible values are "default", "off", "on".
- When the value is "default", the options muc_print_status / muc_auto_whois is used.
+ For flag_joins, the possible values are "default", "none", "joins", "all".
+ When the value is "default", the options muc_print_status / muc_auto_whois / muc_flag_joins is used.
 /room bookmark [add|del] [-autojoin|+autojoin] [-|nick]
  Add, remove or update a bookmark (default is add).
  If autojoin is set, mcabber will automatically join the MUC room when it connects to the server.