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

support per-channel user IDs #49

Open
nminchow opened this issue Mar 20, 2021 · 0 comments
Open

support per-channel user IDs #49

nminchow opened this issue Mar 20, 2021 · 0 comments

Comments

@nminchow
Copy link
Owner

Per channel IDs would be neat.

I think the basic implementation would be an additional table mapping discord IDs to a channel seed. (similar to the current per-server seed.) When a message is submitted to a channel, this table would be checked to see if the target channel has channel specific IDs enabled.

This will further complicated the (already complex) ban logic, especially in the context of rotating IDs. Essentially - the ban command and all logic that checks for bans would need to be channel aware.

requested by @kytebabe in the discord

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