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

Scalable channels #29

Open
jcserv opened this issue Jan 30, 2021 · 0 comments
Open

Scalable channels #29

jcserv opened this issue Jan 30, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jcserv
Copy link
Contributor

jcserv commented Jan 30, 2021

What problem are you facing?

Currently, WVAnon is limited to two channels that are accessed by users with !send and !send-deep.
We should provide the ability to dynamically set channels.

What can we do to fix that problem?

To do so, we could extend channel-destinations to add aliases. These aliases would be used to determine the variation of the !send command that goes to which channel.

For example:
!anon set #anon-messages (no alias provided, users would use !send)
!anon set deep #deep-talks (users would use !send deep or !send-deep)
!anon set feedback #anon-feedback (users would use !send feedback or !send-feedback)

This would require large scale changes to how we parse messages, send messages, set channel destinations, and so on.
But in the process it would make it cleaner!

@jcserv jcserv added the enhancement New feature or request label Jan 30, 2021
@SergeyGV SergeyGV self-assigned this Jan 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants