ibm-cloud-solutions / hubot-ibmcloud-nlc

Adds a framework to enable Natural Language interactions in your Hubot scripts
http://www.ibm.com/
Other
11 stars 1 forks source link

filter hubot responses when NLC is disabled #58

Closed ngawor closed 8 years ago

ngawor commented 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

jlpadilla commented 8 years ago

@CiaranHannigan this is related to #57. Please make sure the solution you are working on covers both paths.

CiaranHannigan commented 8 years ago

got it, will make sure that is included in my solution