Metadata-Version: 2.1
Name: limnoria-botlibre
Version: 2020.2.24+git
Home-page: https://github.com/oddluck/limnoria-plugins/
Author: oddluck
Author-email: oddluck@riseup.net
Classifier: Environment :: Plugins
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Chat
Description-Content-Type: text/markdown

Retrieve responses from the Bot Libre API.

## BotLibre

Register for an account: https://www.botlibre.com/api.jsp (FREE)

```
config plugins.BotLibre.application (YOUR_APP_KEY_HERE)
config plugins.BotLibre.instance (BOT_INSTANCE_ID_HERE)
```
make the bot respond to invalid commands:
```
config plugins.BotLibre.invalidcommand True
```
or:
```
config channel #channel plugins.BotLibre.invalidcommand True
```
Use messapeparser to make the bot respond to messages containing its nick:
```
messageparser add "(?i)(.*)([echo $botnick])(.*)" "echo [botlibre $1$3]"
```
