Update README.md

This commit is contained in:
Gordon Shumway 2024-06-13 16:49:16 -04:00 committed by GitHub
parent ad3eafda1d
commit 8967813fcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,6 @@ system prompt:
^^ Command to send text to the chatgpt API ^^ Command to send text to the chatgpt API
``` ```
@messageparser add "(?i)(.*BOT_NICK_HERE)(?:[:])(.*)" "chat $1$2" @messageparser add "(?i)(.*BOT_NICK_HERE)(?:[:]*)(.*)" "chat $1$2"
``` ```
^^ replace BOT_NICK_HERE with your bot nick and add automatic replies to nick mentions ^^ replace BOT_NICK_HERE with your bot nick and add automatic replies to nick mentions