Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 15th, 2012  |  syntax: None  |  size: 1.06 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Proposed Herochat Changes:
  2. --------------------------
  3. * Removing join and speak lists from channel configs
  4.  
  5. * Channels will have two modes: INCLUSIVE and EXCLUSIVE
  6.  
  7.         INCLUSIVE
  8.                 all users can join and speak in the channel EXCEPT users with the permission nodes:
  9.                         herochat.<channel>.deny  -  prevents joining
  10.                         herochat.<channel>.mute  -  prevents speaking
  11.         EXCLUSIVE
  12.                 nobody can join or speak in the channel EXCEPT users with the permission nodes:
  13.                         herochat.<channel>.allow  -  allows joining
  14.                         herochat.<channel>.speak  -  allows speaking
  15.        
  16. * Removing forced and autojoin options from channel configs
  17.  
  18.         Replacing these with:
  19.                 herochat.<channel>.forced      -  forces user to stay in the channel
  20.                 herochat.<channel>.autojoin    -  user joins channel on login
  21.         And adding:
  22.                 herochat.<channel>.autofocus   -  user focuses channel on login
  23.                
  24.         Users with no .autofocus permission will focus whatever channel they had focused upon logout
  25.        
  26. The purpose of these changes is increased usability and finer control over who can/can't do what.
  27.  
  28. Thoughts?