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

implement channel management commands #16

Closed
cblgh opened this issue Sep 15, 2019 · 0 comments
Closed

implement channel management commands #16

cblgh opened this issue Sep 15, 2019 · 0 comments

Comments

@cblgh
Copy link
Member

cblgh commented Sep 15, 2019

i want to manage which channels come up in listings, and invite people to them so that they don't miss out on its existence. cabal-client should implement functionality to make the following operations possible in the cli:

/hide <channel-name> which hides it when i list /channels, unless a flag is present e.g. /channels --all

/archive <channel-name> which hides it for everyone when they list /channel
a message could be printed in the channel:

cblgh has archived this channel. type /unarchive to restore

/invite <pubkey> <channel-name> where pubkey is the peer i want to invite to <channel-name>

  • or /invite <nick> <channel-name> where every peer that currently has the name <nick> is invited
  • multiple peers should be able to be invited at the same time too, and with autocomplete for nicks
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