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

Quick and dirty solution for blacklist patterns that would have spaces #459

Merged
merged 2 commits into from Jan 17, 2017

Conversation

teward
Copy link
Member

@teward teward commented Jan 17, 2017

Currently, we split on spaces. For the blacklist commands, we are going to join multiple message parts with spaces, under the assumption that only one pattern is actually provided at a time. Also, we need to include a merge from Master into this branch, because I made a mistake of not updating the Master branch first. (My bad!)

…ith spaces

This would prevent multiple patterns from getting added by patterns which would have unescaped spaces in them.  This quick and dirty hack was suggested by Undo.
Necessary to sync up with all the other changes so we aren't out of sync with Master.
@Undo1 Undo1 merged commit 28d3171 into master Jan 17, 2017
@teward teward deleted the blacklist_join_messageparts branch January 17, 2017 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants