knrd1 / chatgpt

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

[Request] Adding user modes #19

Open gokturkyilmaz opened 1 year ago

gokturkyilmaz commented 1 year ago

Is it possible to add 'user modes' section to bot in chat.conf?

knrd1 commented 1 year ago

Thank you for your message, please can you provide more details, what user modes you are looking for? What IRC network are you using so I can test it?

gokturkyilmaz commented 1 year ago

Thank you for your message, please can you provide more details, what user modes you are looking for? What IRC network are you using so I can test it?

I'm using InspIRCd-3.15.0. (irc.hybridirc.com) - I was looking for +BDI user modes for the bot on every connect. Which is (B= Marks the user as a bot. D= Blocks private messages. I= Hides the channels the user is in from their /WHOIS response.).

The command is: /mode yournick +modes

Thanks.

knrd1 commented 1 year ago

Thanks for your message, I will look into this.