Chatterino / chatterino2

Chat client for https://twitch.tv
MIT License
2.05k stars 449 forks source link

chat function #2431

Closed C9Chris closed 3 years ago

C9Chris commented 3 years ago

What should be added? hey guys, awesome work. Would it be possible to add a feature that would react on statements from the chat? e.g. someone writes in the chat: "hello" and my chat would automatically react on the hello with a message like "hello, how are you?", but i don't want to use a command for that, it should be done automatically.

Why should it be added? This would allow me to respond to some chat messages automatically without additional bots etc. For me this would be a big relief but I don't know how hard it is to implement such a function.

zneix commented 3 years ago

I'm pretty sure it duplicates some other issue (which I can't find at the moment) that has been closed and it was advised to rather use a chat bot or something similar.

TETYYS commented 3 years ago

Chatterino is not a chat bot project

apa420 commented 3 years ago

You could add your own command

so you simply have to type /h.

C9Chris commented 3 years ago

but i don't want to use a command for that

just saying ^^

ALazyMeme commented 3 years ago

but i don't want to use a command for that

just saying ^^

Chatterino is a chat client, not a chatbot. If you want features that resemble that of a chatbot, then I suggest you use a chatbot. Fossabot can do exactly what you are asking, you should check it out: https://fossabot.com/

C9Chris commented 3 years ago

but i don't want to use a command for that

just saying ^^

Just saying that chatterino is a chat client, not a chatbot. If you want features that resemble that of a chatbot, then I suggest you use a chatbot. Fossabot can do exactly what you are asking, I suggest you check it out: https://fossabot.com/

Thank you very much!

dijikul commented 2 years ago

but i don't want to use a command for that

just saying ^^

Chatterino is a chat client, not a chatbot. If you want features that resemble that of a chatbot, then I suggest you use a chatbot. Fossabot can do exactly what you are asking, you should check it out: https://fossabot.com/

Realistically, why can't chatterino be both? mIRC had a proficient scripting language that allowed for such customization on IRC; imagine what Chatterino could be, with similar.

Felanbird commented 2 years ago

Realistically, why can't chatterino be both? mIRC had a proficient scripting language that allowed for such customization on IRC; imagine what Chatterino could be, with similar.

Because the main function of Chatterino is connecting to a single website, not all IRC servers, we don't want to be the vehicle of possible abuse against Twitch.

dijikul commented 2 years ago

not all IRC servers, we don't want to be the vehicle of possible abuse against Twitch.

Thank you - that had not been in my mind as a consideration.