We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hubot Script
robot.respond /magicword/, (res) -> res.reply 'open sesame!'
Repro Case
Joe: hubot magicword Hubot: @Joe: open sesame!
hubot magicword
@Joe: open sesame!
Mary: hubot magicword
Expected result
Hubot: @Mary: open sesame!
@Mary: open sesame!
Actual result
Hubot: @123456: open sesame!
@123456: open sesame!
@123456
Workaround
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hubot Script
Repro Case
Expected result
Actual result
@123456
doesn't resolve to an existing user and so Mary is not properly @-mentioned.Workaround
The text was updated successfully, but these errors were encountered: