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

Change readme.md to be more informative of set_meetings command #4

Closed
nough opened this issue Jul 27, 2021 · 3 comments
Closed

Change readme.md to be more informative of set_meetings command #4

nough opened this issue Jul 27, 2021 · 3 comments

Comments

@nough
Copy link

nough commented Jul 27, 2021

I would suggest changing the set_meetings command info from:

/gather-plugin set_meetings [{"user1": ["bruce", "martha"]}] - Set the meetings that have are already happened.

to

/gather-plugin set_meetings [{"user1": ["bruce", "martha"]}, {"user2":["alice","bob"]}, ...] - Set the meetings that have are already happened.
Note that "user1" is ignored, and is just used as a reference.

I believe that note is correct, from my understanding of the code - I don't understand Go well.

@juanfran
Copy link
Owner

Thanks! I think that I don't understand the note, "user1" is not ignored. This {"user1": ["bruce", "martha"]} means that user1 had met with bruce and alice.

@nough
Copy link
Author

nough commented Jul 28, 2021 via email

@juanfran
Copy link
Owner

👍

For an odd number of users there is a queue and each time one of the users in the queue does not have a meeting.

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

2 participants