cybermutt4 Posted June 30, 2010 Share Posted June 30, 2010 Hellos,in certain places i want people to be able to create temp channels with ability tounmute / mute ppl auto matically mute ppl when they come in to wait for being unmuted by the channel starterbut i don't want them to be able to create a password or edit acls.so i got '~sub,0,1,1 -speak' in my 'dungeons' channel, where anyone can talk, then the temp sub channels are affected. ( if there is a better way to do what i want i'm all ears )i read the tutorial over a few times, and the groups & ACL write up and i can't figure out how to 'un-default' the ability for ppl who make the temp channel to write acl.since ( as i said in a technical post ) i don't want any random person to read acls or even be able to password/edit the acl for the temp channel they're in, trying to keep it social. Link to comment Share on other sites More sharing options...
faraon3 Posted August 8, 2010 Share Posted August 8, 2010 I was researching a similar issue and here is what I discovered:I think the problem is that when a user creates a channel they are added to its "admin" group. If you try to explicitly deny @admin writeacl permissions it will add a new entry for the person who created the server giving them writeacl back.If you want this behavior you'd probably have to edit the source code for creating a new channel to add "xyz" user to the @admin group instead of the creator (where xyz is your choice of users). Link to comment Share on other sites More sharing options...
Administrators kissaki Posted August 8, 2010 Administrators Share Posted August 8, 2010 Yeah, this is currently not possible as a channel creator has to have permission to edit acl (so the channel is remove- and editable all the time by at least one person as I understand it). Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now