diff --git a/BotLibre/README.md b/BotLibre/README.md index 40a4442..2108c65 100644 --- a/BotLibre/README.md +++ b/BotLibre/README.md @@ -13,6 +13,5 @@ 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" -messageparser add (#channel/global) "(?i)(.*)(your_bot_nick)(.+)" "botlibre $1$3" +messageparser add (#channel/global) "(?i)(.*)(your_bot_nick)(.*)" "botlibre $1$3" ```