errbot
errbot copied to clipboard
Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
Filing this issue as a reminder that we still need to document the threaded reply support added in #1057. Some [details](https://github.com/errbotio/errbot/pull/1057#issuecomment-313708224) are further down in the comments.
### I am... * [ ] Reporting a bug * [x] Suggesting a new feature * [ ] Requesting help with running my bot * [ ] Requesting help writing...
Through trial and error, I have discovered that template file names must be unique. If I have two plugins, both with their own "templates/issue.html", which "issue.html" that gets used by...
In order to let us help you better, please fill out the following fields as best you can: ### I am... * [x] Reporting a bug * [ ] Suggesting...
How do I send colored text to IRC from errbot? My client is textual but it doesn't seem to be rendering any color. I've tried several different methods: ```python return...
Why? It is really error prone to try to generate a markdown table from a jinja2 template. We could imagine a function in the jinja2 to take a list of...
In essence it would be nice to have the ability to customize my bot's templates without forking a plugin. This can be implemented similarly to how Django allows users to...
Errbot automatically splits a chat message up into multiple smaller messages when the original is bigger than `self.bot_config.MESSAGE_SIZE_LIMIT`. The [current implementation](https://github.com/errbotio/errbot/blob/4.1.3/errbot/errBot.py#L188) is rather naive and will happily split words into...
It would be nice to add basic i18n features to Err. Here is a list of ideas : - Set a preferred languages through an admin command (i.e `!lang us`)....
As explained in the last paragraph of https://github.com/errbotio/errbot/issues/184#issuecomment-192895024, I think working with plugins can become a little more flexible if errbot allows you to change what branch to use for...