ekmartin / slack-irc

Connects Slack and IRC channels by sending messages back and forth.
MIT License
587 stars 155 forks source link

Add muteSlackbot to prevent messages from Slackbot going to IRC #67

Closed grahamb closed 8 years ago

grahamb commented 8 years ago

Slackbot can be customized to respond with custom phrases based on a trigger word. The muteSlackbot option prevents Slack messages originating from Slackbot being echoed into IRC.

The option is opt-in and is off by default.

ekmartin commented 8 years ago

Good idea, and nice that you added tests.

grahamb commented 8 years ago

OK, swapped the conditional.

ekmartin commented 8 years ago

Great!