From d836224f63bc47443700a8de3ff3a0ce95870641 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@1019 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/IRC/Irc.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blootbot/src/IRC/Irc.pl b/blootbot/src/IRC/Irc.pl index cf2d86b..c1ac9bf 100644 --- a/blootbot/src/IRC/Irc.pl +++ b/blootbot/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