From 8967813fcfc5edaa4de750252b3f1a913e44dc3b Mon Sep 17 00:00:00 2001 From: Gordon Shumway Date: Thu, 13 Jun 2024 16:49:16 -0400 Subject: [PATCH] Update README.md --- ChatGPT/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChatGPT/README.md b/ChatGPT/README.md index 3ee83b8..93e1e7a 100644 --- a/ChatGPT/README.md +++ b/ChatGPT/README.md @@ -17,6 +17,6 @@ system prompt: ^^ 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