Update README.md

This commit is contained in:
Gordon Shumway 2019-04-20 14:19:41 -04:00 committed by GitHub
parent ba644c5914
commit aafb311e9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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"
```