diff --git a/BotLibre/README.md b/BotLibre/README.md index 60226a3..f301d05 100644 --- a/BotLibre/README.md +++ b/BotLibre/README.md @@ -2,3 +2,8 @@ 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) + +Use messapeparser to make the bot respond to messages containing its nick: +``` +messageparser add (#channel/global) "(?i)(.*)(your_bot_nick)(.*)" "botlibre $1$3" +```