You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: