knrd1 / chatgpt

ChatGPT IRC bot
https://github.com/knrd1/chatgpt
MIT License
33 stars 7 forks source link

[Request] Allow VERSION reply, and change interaction prompt. #34

Open bishun opened 7 months ago

bishun commented 7 months ago

Hello,

Would you be able to add a CTCP VERSION reply of some kind? Perhaps "ChatGPT IRC bot v1.0" ? Some very old IRC servers (EFnet) don't like any clients that don't respond to this on server join.

Secondarily, would it be possible to allow the interaction prompt to be configurable via "chat.conf" versus only explicitly "nickname:"?

Example config:

[chatcompletion]
prompt = .ai

Change example:

[10:31:12] <@bishun> .ai hello, how are you? [10:31:14] < ChatGPT> Hi there, I'm doing well, thank you. How about you?

knrd1 commented 7 months ago

Interesting ideas, thanks, will look into this.