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

fix the regex match #18

Merged
merged 1 commit into from Sep 8, 2014
Merged

fix the regex match #18

merged 1 commit into from Sep 8, 2014

Conversation

igor47
Copy link
Contributor

@igor47 igor47 commented Sep 8, 2014

currently, karmaing things made of more than one world does not work. this
fixes the regex to allow things like "jack's mom" to be upboated.

@ajacksified

currently, karmaing things made of more than one world does not work. this
fixes the regex to allow things like `"jack's mom"` to be upboated.
@ajacksified
Copy link
Owner

👍

ajacksified added a commit that referenced this pull request Sep 8, 2014
@ajacksified ajacksified merged commit a92dbb0 into ajacksified:master Sep 8, 2014
$ # end of line
///i, (msg) ->
# let's get our local vars in place
[__, name, operator, reason] = msg.match
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops sorry @ajacksified this line is actually a bug since match[0] is the entire string that matched. i'll open another PR -- sorry!

@ajacksified
Copy link
Owner

I trusted you ;_;

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.

None yet

2 participants