oddluck / limnoria-plugins

Limnoria plugins I wrote or forked.
Do What The F*ck You Want To Public License
42 stars 17 forks source link

On the ChatGPT plugin, the message parser command doesn't work #64

Closed veebch closed 4 months ago

veebch commented 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!

oddluck commented 4 months ago

What is the value of +config reply.whenaddressedby.nick? If True (likey) set False.

veebch commented 4 months ago

It was True, setting to false fixed it.