hubot-mattermost icon indicating copy to clipboard operation
hubot-mattermost copied to clipboard

Hubot won't send to channel

Open stobias123 opened this issue 8 years ago • 0 comments

Webhook set up, hubot can receive a webhook, but it does not send anything back.

Using the example block

robot.hear /badger/i, (msg) ->
  msg.send 'badgers....'

I get no response.

Debug logs show

DEBUG Message 'hubot badger' matched regex //badger/i/;listener.options={id:null}
DEBUG Executing listener callback for Message 'hubot badger'
DEBUG No listeners executed; falling back to catch-all

stobias123 avatar Jan 17 '17 23:01 stobias123