errbot icon indicating copy to clipboard operation
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.

Results 114 errbot issues
Sort by recently updated
recently updated
newest added

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.

type: documentation

### I am... * [ ] Reporting a bug * [x] Suggesting a new feature * [ ] Requesting help with running my bot * [ ] Requesting help writing...

type: documentation
#deployment
#release-process

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...

type: bug
type: documentation

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...

type: bug
backend: IRC

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...

type: feature
type: documentation
backend: IRC
feature: Formatting

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...

type: feature
newcomer-friendly
#usability

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...

type: feature
feature: plugins
#usability

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...

type: feature
newcomer-friendly

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`)....

type: feature

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...

type: feature