IRC (Network Open)

hello

I have question about IRC (Network Open) .
if anyboy who knows…

  1. 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
}

  1. and does it stable? it stop frequently in my environment…

thx

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:


which should be fairly trivial to wrap into a node (if you can code, or know someone who can).

@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

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.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.