Open wenslayer opened 6 years ago
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! The 123456 corresponds to the user's Flowdock user ID. The @123456 doesn't resolve to an existing user and so Mary is not properly @-mentioned.
Hubot: @123456: open sesame!
@123456: open sesame!
@123456
Workaround
Hubot Script
Repro Case
Expected result
Actual result
Workaround