-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat: Implement dual-mode user access control system #166
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
base: main
Are you sure you want to change the base?
Conversation
just curious isn't both |
Sometimes you may want to make your robot public but not allow some people to use it. |
Hmm, |
Add BlockFlag configuration option to control the behavior mode of the UsersID list: - When BlockFlag is false: Users in the UsersID list are allowed to use the bot - When BlockFlag is true: Users in the UsersID list are blocked from using the bot
Done. |
I didn't told you to implement it, I was just shared my thoughts |
I just thought it was a good idea and implemented it. |
No description provided.