Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for an access control list for certain bot functions #9

Open
pfaffle opened this issue Mar 26, 2014 · 0 comments
Open

Add support for an access control list for certain bot functions #9

pfaffle opened this issue Mar 26, 2014 · 0 comments

Comments

@pfaffle
Copy link
Owner

pfaffle commented Mar 26, 2014

Right now the bot just does whatever it is told, regardless of who is asking, as long as the command is valid. I would like to add some access controls for some of the functions (such as join/part, send message, etc.) so that only bot "admins" can tell the bot to use them.

The config file defines an array called "admins" which contains nicks of the people who should have access to more sensitive functions, but none of the plugins currently use that array to check if a user is authorized to perform those functions. This needs to be implemented.

@pfaffle pfaffle changed the title Add support for an access control list for certain bot functions. Add support for an access control list for certain bot functions Mar 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant