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

Maintain hierarchy on "undo" commands #17

Open
Thinjon100 opened this issue Mar 3, 2021 · 0 comments
Open

Maintain hierarchy on "undo" commands #17

Thinjon100 opened this issue Mar 3, 2021 · 0 comments

Comments

@Thinjon100
Copy link
Collaborator

For administrative actions like mute, ban, etc., record the user that executed the command. If someone else attempts to unmute/unban, check the user-level relationship:
If owner did the command, only the owner can undo it.
If administrator did the command, only another Admin can undo it.
Below Admin, you must be the user that executed the command (or outrank?) to undo.

There are a few potential ways this could be configured... but it could prevent disagreeing mods from just undoing each other.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant