Update README.md

This commit is contained in:
Gordon Shumway 2019-04-10 14:54:55 -04:00 committed by GitHub
parent e753719854
commit da5aad9fa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -2,3 +2,8 @@ Use the Bot Libre API (Free) https://www.botlibre.com/api.jsp
config plugins.BotLibre.application (YOUR_APP_KEY_HERE)<br>
config plugins.BotLibre.instance (BOT_INSTANCE_ID_HERE)
Use messapeparser to make the bot respond to messages containing its nick:
```
messageparser add (#channel/global) "(?i)(.*)(your_bot_nick)(.*)" "botlibre $1$3"
```