2020-02-10 08:02:11 -05:00
..
2019-12-04 01:06:13 -05:00
2019-04-02 19:21:31 -04:00
2019-12-04 00:54:58 -05:00
2020-02-07 09:49:01 +00:00
2020-02-10 08:02:11 -05:00
2019-04-02 19:21:31 -04:00

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 "(?i)(.*)([echo $botnick])(.*)" "echo [botlibre $1$3]"