errbotio / errbot

Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
http://errbot.io
GNU General Public License v3.0
3.12k stars 614 forks source link

WIP: Adds ability to divert all to private or thread #1371

Closed iamkirkbater closed 3 years ago

iamkirkbater commented 5 years ago

This adds a __magic_all__ option that you can add to either the DIVERT_TO_THREAD or DIVERT_TO_PRIVATE configuration options instead of adding each command individually.

To Do:

sijis commented 5 years ago

I plan on reviewing this change this week.

sijis commented 3 years ago

Superseded by https://github.com/errbotio/errbot/pull/1528