Georg bb660d5fca
Bulk add setup.py files + repair empty __maintainer__ lines (#48)
* Add missing setup.py's

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>

* Repair __maintainer__'s

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>

* Add requirements

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2022-08-30 17:18:54 -04:00
..
2020-06-30 22:03:05 +00:00
2020-06-30 22:03:05 +00:00
2020-06-30 22:03:05 +00:00
2020-02-10 08:02:11 -05:00

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]"