guest
May 20, 2017, 1:31pm
1
hello
I have question about IRC (Network Open) .
if anyboy who knows…
Does it support server encode setting? it looks doesnt…
i want to setting in/out encode like this
freenode {
host: irc.freenode.net
port: 6667
in-encoding: utf8
out-encoding: utf8
}
and does it stable? it stop frequently in my environment…
thx
joreg
May 23, 2017, 9:58am
2
hei guest,
i’m afraid the IRC nodes are quite dated and indeed don’t allow you to specify encoding.
if you’re into coding your own plugin i’d start from a library like this:
IRC.NET is a complete IRC (Internet Relay Chat) client library for .NET.
which should be fairly trivial to wrap into a node (if you can code, or know someone who can).
guest
May 24, 2017, 2:17am
3
@joreg
Thank you for your response.
I want to control Jägermeister server via twitch irc chat.
Because Jägermeister and Game have good chemistry.
So I have tried to make Twitch channel irc hookup app like him.
Twitch chat irc
https://help.twitch.tv/customer/portal/articles/1302780-twitch-irc
Twitch api
Twitch Chat & Chatbots Chat is an essential part of the Twitch experience, allowing community members, streamers, chatbots to interact with each other in real time. Twitch provides EventSub interfaces for reading information about Twitch chat...
using IRC (Network Open).
I think authorize is ok. working property.
but sometimes it return improperly encoded text .
In my country use multibyte characters typified by East Asia language. reason is that.
Then I have check another irc clients, it seems they send encoding type to server.
Unfortunately, I have no skill for make plugin now ,
so I will need search someone who can code and jägermeister friends.
Anyway Thank you for your reply despite your busy.
system
Closed
May 24, 2018, 2:19am
4
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.