]> git.donarmstrong.com Git - infobot.git/blobdiff - src/IRC/Irc.pl
utf8 by default
[infobot.git] / src / IRC / Irc.pl
index 2822e0defe2fe15c1d2e685ace6fb5f222f89602..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.
@@ -105,7 +102,7 @@ sub irc {
 
     my %args = (
         Nick    => $param{'ircNick'},
-        Server  => $server,
+        Server  => $resolve,
         Port    => $port,
         Ircname => $param{'ircName'},
     );
@@ -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.