oddluck-limnoria-plugins/BotLibre
Gordon Shumway 3a2bce86e3
Update plugin.py
2019-04-21 05:30:55 -04:00
..
README.md Update README.md 2019-04-20 14:19:41 -04:00
__init__.py Update __init__.py 2019-04-02 19:48:56 -04:00
config.py Add files via upload 2019-04-02 19:21:31 -04:00
plugin.py Update plugin.py 2019-04-21 05:30:55 -04:00
test.py Add files via upload 2019-04-02 19:21:31 -04:00

README.md

Use the Bot Libre API (Free) https://www.botlibre.com/api.jsp

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 (#channel/global) "(?i)(.*)(your_bot_nick)(.*)" "botlibre $1$3"