flowdock / hubot-flowdock

Flowdock adapter for Hubot chat bot
94 stars 60 forks source link

Add ability to ignore a user #68

Closed victorhooi closed 9 years ago

victorhooi commented 9 years ago

It would be nice to have the ability to ignore certain users (a bot in our case) - we don't want to respond or reply to messages from that user.

Some other Hubot adapters (e.g. IRC) have this ability to ignore specific users:

https://github.com/nandub/hubot-irc/pull/106

Would it be possible to add this to hubot-flowdock as well?

Mumakil commented 9 years ago

Sure, seems like a reasonable thing to do. Do you want to implement this?