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

Add support for private CTF channels #223

Conversation

l4cr0ss
Copy link
Contributor

@l4cr0ss l4cr0ss commented Jun 4, 2020

Fix issue #125

Add util method for parsing args for options. This method takes an array and searches for any strings in that array beginning with a hyphen. If it encounters such a string it strips the leading punctuation from that string and puts it into a new array. After iterating the given array it returns a 2-tuple containing the new array of options sans leading punctuation and the original array minus those extracted options.

Fix issue OpenToAllCTF#125.
Add util method for parsing args for options.
@l4cr0ss l4cr0ss closed this Jun 4, 2020
@l4cr0ss l4cr0ss deleted the add_support_for_private_ctf_channels branch June 4, 2020 17:40
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

Successfully merging this pull request may close these issues.

1 participant