From eb1ca238f528d06534096a9d740c8118d37f48c3 Mon Sep 17 00:00:00 2001 From: timriker Date: Wed, 28 Jul 2004 18:02:45 +0000 Subject: [PATCH] no std or utf8 in debian stable? git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1019 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/IRC/Irc.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/IRC/Irc.pl b/src/IRC/Irc.pl index cf2d86b..c1ac9bf 100644 --- a/src/IRC/Irc.pl +++ b/src/IRC/Irc.pl @@ -19,8 +19,8 @@ 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'; +#use open ':utf8'; +#use open ':std'; $nickserv = 0; my $maxlinelen = 400; -- 2.39.5