Closed veebch closed 4 months ago
Hello there! Despite the warning about it not working, the plugin for chatgpt is working fine
the +chat command works and results are being returned from chatgpt.
But:
@messageparser add "(?i)(.BOT_NICK_HERE)(?:[:])(.*)" "chat $1$2"
seems to not be parsing the messages in chat that start with the name of the bot , followed by a colon.
Am I missing something obvious?
Thankyou!
What is the value of +config reply.whenaddressedby.nick? If True (likey) set False.
It was True, setting to false fixed it.
Hello there! Despite the warning about it not working, the plugin for chatgpt is working fine
the +chat command works and results are being returned from chatgpt.
But:
@messageparser add "(?i)(.BOT_NICK_HERE)(?:[:])(.*)" "chat $1$2"
seems to not be parsing the messages in chat that start with the name of the bot , followed by a colon.
Am I missing something obvious?
Thankyou!