I'm interested in usergroup permissions also.
For example I have this in FlashChat:
Quote:
// Usergroup Definitions //
$users = '11,13' ; // Allowed standard access.
$banned = '1,2,8' ; // Banned from any access.
$moderators = '5,7,12' ; // Allowed access as moderators.
$administrators = '6' ; // Allowed access as administrators.
|
This means I have more control and can also have promotions which give members chat access after a certain time. Is this available in your software?
Thanks
Dan