]> git.donarmstrong.com Git - infobot.git/blobdiff - src/IRC/Irc.pl
utf8 by default
[infobot.git] / src / IRC / Irc.pl
index 41d3ce292aa2d131d06fc7e1fd48b5eb382b6f99..6ac662e3a7d9c958ba0cf5ddb6966ada09f1bedb 100644 (file)
@@ -19,9 +19,6 @@ use vars qw($notcount $nottime $notsize $msgcount $msgtime $msgsize
 use vars qw($b_blue $ob);
 use vars qw(@ircServers);
 
-#use open ':utf8';
-#use open ':std';
-
 $nickserv = 0;
 
 # It's probably closer to 510, but let's be cautious until we calculate it extensively.
@@ -128,6 +125,9 @@ sub irc {
                &ERROR('If this is still a problem, please contact the maintainer.');
            }
            if (defined $conns{$mynick}) {
+               # explicit binmode for socket as "use open" does not seem to work here
+               binmode $conns{$mynick}->{_socket}, ":utf8";
+
                $conns{$mynick}->maxlinelen($maxlinelen);
 
                # handler stuff.