bkacjios / Lumble

A mostly pure Lua based mumble implementation for creating a bot
11 stars 2 forks source link

Added basic ACL support #6

Closed CaptainZidgel closed 4 years ago

CaptainZidgel commented 4 years ago

Use client:requestACL(channel_id) and the OnACL hook. Rudimentary changes in event.lua will convert ACL groups array into a table (dictionary).

CaptainZidgel commented 4 years ago

Alright I don't know much about the flow of PRs or co-authoring and all that but I did just push a commit integrating your comments. Tested and works well.

bkacjios commented 4 years ago

Yeah, tbh it's the first time for me using it as well. Looks good to me!