From dd31e141c2d7f12ea29b2bf003e78ba96c99da8f Mon Sep 17 00:00:00 2001 From: timriker Date: Fri, 22 Nov 2002 08:18:08 +0000 Subject: [PATCH] stop crashing git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@689 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/IRC/Irc.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/blootbot/src/IRC/Irc.pl b/blootbot/src/IRC/Irc.pl index cea5b30..8350e4d 100644 --- a/blootbot/src/IRC/Irc.pl +++ b/blootbot/src/IRC/Irc.pl @@ -6,6 +6,7 @@ # use strict; +no strict 'refs'; use vars qw(%floodjoin %nuh %dcc %cache %channels %param %mask %chanconf %orig %ircPort %ircstats %last %netsplit); -- 2.39.5