Closed ngawor closed 8 years ago
Basically we need to add res.message.user.name !== 'hubot' && here:https://github.com/ibm-cloud-solutions/hubot-ibmcloud-nlc/blob/master/src/scripts/nlc.catchall.js#L150
res.message.user.name !== 'hubot' &&
@CiaranHannigan this is related to #57. Please make sure the solution you are working on covers both paths.
got it, will make sure that is included in my solution
Basically we need to add
res.message.user.name !== 'hubot' &&
here:https://github.com/ibm-cloud-solutions/hubot-ibmcloud-nlc/blob/master/src/scripts/nlc.catchall.js#L150