From: timriker Date: Wed, 28 Jul 2004 18:02:45 +0000 (+0000) Subject: no std or utf8 in debian stable? X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d836224f63bc47443700a8de3ff3a0ce95870641;p=infobot.git 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 --- 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;