hubot-mattermost
hubot-mattermost copied to clipboard
Hubot won't send to channel
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