-
Notifications
You must be signed in to change notification settings - Fork 103
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 nevermind plugin regex #519
Labels
Comments
I would like to work on this issue. |
I want to work on this issue. Can I be assigned to this? |
bhavya17037
added a commit
to bhavya17037/corobo
that referenced
this issue
Aug 5, 2018
Add caret in regex pattern so that 'corobo nm' and 'corobo nevermind' are matched only, and only then corobo says "I'm sorry :(". Thus, corobo would not respond with a sorry for commands where nm or nevermind appear anywhere in the command. Fixes coala#519
6 tasks
bhavya17037
added a commit
to bhavya17037/corobo
that referenced
this issue
Aug 6, 2018
Add '$' in regex pattern so that corobo only responds "I'm sorry :(" if it encounters "corobo nm" or "corobo nevermind", and does not respond with a sorry if there is anything after nm or nevermind. Also add unit test case for the change made. Fixes coala#519
bhavya17037
added a commit
to bhavya17037/corobo
that referenced
this issue
Aug 6, 2018
Add $ sign in regex pattern so that anything after "nm" or "nevermind" is not matched. Fixes coala#519
bhavya17037
added a commit
to bhavya17037/corobo
that referenced
this issue
Aug 6, 2018
Change regex pattern so that corobo does not apologise when commands like "corobo nm" and "corobo nevermind" are used Fixes coala#519
bhavya17037
added a commit
to bhavya17037/corobo
that referenced
this issue
Aug 6, 2018
Change regex pattern so that corobo does not apologise when commands like "corobo nm" and "corobo nevermind" are used Fixes coala#519
bhavya17037
added a commit
to bhavya17037/corobo
that referenced
this issue
Aug 7, 2018
Change regex pattern so that corobo apologizes only to commands like "corobo nm" and "corobo nevermind". Add unit test cases for the same. Fixes coala#519
bhavya17037
added a commit
to bhavya17037/corobo
that referenced
this issue
Aug 7, 2018
Change regex pattern so that corobo apologizes only to commands like "corobo nm" and "corobo nevermind". Add unit test cases for the same. Fixes coala#519
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently corobo says sorry, whenever there is nm or nevermind in a sentence(when corobo is first word), so make it a full match. It should only respond when we say
corobo nm
orcorobo nevermind
.label: type/regex difficulty/newcomer
The text was updated successfully, but these errors were encountered: