-
Notifications
You must be signed in to change notification settings - Fork 124
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 utah react parser #215
Comments
Happy to take this one over (this time in October :p). Just to be sure, by standalone you mean utah surrounded by two spaces, right? Such as We use utah now? Or really simply whenever in any sentence utah is mentioned, including such as xyutahyx? |
i'm going to assign this to you @Ladirinia but really, wait til 5pm Pacific tomorrow to open your PR! then you can get credit! |
Thank you!! :) And thanks for sharing your knowledge! |
https://github.com/ServiceNowDevProgram/SlackerBot/blob/35793fc86ba7b320090fecfc6df40aaad10a3eb3/Parsers/Utah%20triggers%20Utah%20react.js
As found in #213, this parse doesn't work as expected because Slack interprets #utah as a channel call and changes the text to the unique ID of the channel, so the parser never actually sees the word "utah" and thus never runs
Change this parser so that it runs whenever someone says utah as a standalone word
The text was updated successfully, but these errors were encountered: