Skip to content

Commit

Permalink
Force utf8 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyou committed Dec 22, 2018
1 parent dbb4512 commit 6f556eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/irc/ConnectionInstance.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ ConnectionInstance.create = Promise.coroutine(function*(server, opts, onCreatedC
family: server.getIpv6Prefix() || server.getIpv6Only() ? 6 : null,
bustRfc3484: true,
sasl: opts.password ? server.useSasl() : false,
encoding: 'UTF-8'
};

if (server.useSsl()) {
Expand Down

0 comments on commit 6f556eb

Please sign in to comment.