Update README.md
This commit is contained in:
parent
ba644c5914
commit
aafb311e9c
|
@ -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"
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue