From 7ff2cca3e8a7a75cd2febf517b3a27c327efbc49 Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Wed, 10 Apr 2019 15:00:12 -0400 Subject: [PATCH] Update README.md --- BotLibre/README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/BotLibre/README.md b/BotLibre/README.md index f301d05..bd08f09 100644 --- a/BotLibre/README.md +++ b/BotLibre/README.md @@ -1,8 +1,13 @@ Use the Bot Libre API (Free) https://www.botlibre.com/api.jsp - -config plugins.BotLibre.application (YOUR_APP_KEY_HERE)
+``` +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"