StackStorm / hubot-stackstorm

Hubot plugin for integration with StackStorm event-driven infrastructure automation platform.
Apache License 2.0
49 stars 39 forks source link

Disable DM #165

Open stiewie33 opened 5 years ago

stiewie33 commented 5 years ago

Hey guys, - newbie here.. is there a way to disable direct messaging hubot on slack to run commands? Would like to keep all comms in a specific channel.

arm4b commented 5 years ago

It depends on Hubot Adapter you use. Some may have this specific functionality, some may not. See https://github.com/hubotio/hubot/issues/1356#issuecomment-311435096 with useful topic mentions.

Also in theory, it might be possible to implement it, after looking at https://github.com/slackapi/hubot-slack/issues/339

Contributions are welcome here!