forked from adam/discord-bot-shtik
user access control #14
Labels
No Label
Feature (admin)
Feature (chat)
Platform
Problem
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: greyn/vassago#14
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
going to want some kind of runtime administration, right? so probably only let some people do that, e.g., me, but not randos.
Would make sense to say "alright if you're in a discord server, obviously the server owner can fuck with your settings". bonus points if the server can tell you a role can do a thing.
But you don't necessarily want a given person to have more permission in different contexts, right?
for now, I think each behavior wants a "thing" that can associate 0 or more channels and 0 or more accounts in that channel. and itself. And that's it.
then it's up to the behavior to figure out if it only cares about a channel, or if it needs both, or whatever else.
note to future me: other shit? YAGNI, prove me wrong
it works, I guess. boy the web interface is ugly, unintuitive, and difficult. but shit functions!