Update README.md
This commit is contained in:
parent
da5aad9fa8
commit
7ff2cca3e8
|
|
@ -1,8 +1,13 @@
|
|||
Use the Bot Libre API (Free) https://www.botlibre.com/api.jsp
|
||||
|
||||
config plugins.BotLibre.application (YOUR_APP_KEY_HERE)<br>
|
||||
```
|
||||
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
|
||||
config channel #channel plugins.BotLibre.invalidcommand True
|
||||
```
|
||||
Use messapeparser to make the bot respond to messages containing its nick:
|
||||
```
|
||||
messageparser add (#channel/global) "(?i)(.*)(your_bot_nick)(.*)" "botlibre $1$3"
|
||||
|
|
|
|||
Loading…
Reference in New Issue