c3e2c451a7
In case of an errored input (not consistent with the format of input that the bot seeks), Converter bot was displaying the errored part first, along with the error message. This can lead to many failure, if removing_at_mention function is not working properly then the input '@bot-name 2 m cm' leads to the bot getting stuck in infinite loop as converter bot will want to output '@bot-name not a valid number' and hence calling itself again. |
||
---|---|---|
tools | ||
zulip | ||
zulip_bots | ||
zulip_botserver | ||
.gitignore | ||
.travis.yml | ||
README.md |
Zulip API
This repository contains the source code for Zulip's PyPI packages:
zulip
: PyPI package for Zulip's API bindings.zulip_bots
: PyPI package for Zulip's bots and bots API.zulip_botserver
: PyPI package for Zulip's Flask bot server.