X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXXml%2FIM.pm;h=893e0c9cda47e816efe50d349f5b29121f8b0f0c;hb=9f4c467f60ec71c0bbb2b27f91ca7d86a40b4597;hp=0c41aec78fc78af2b68d988b671b8fd79f911287;hpb=b9dffeff7239952814342dad19db3a51def6fab7;p=spider.git diff --git a/perl/DXXml/IM.pm b/perl/DXXml/IM.pm index 0c41aec7..893e0c9c 100644 --- a/perl/DXXml/IM.pm +++ b/perl/DXXml/IM.pm @@ -1,7 +1,7 @@ # # XML IM handler (Chat, Announces, Talk) # -# $Id$ +# # # Copyright (c) Dirk Koopman, G1TLH # @@ -13,10 +13,9 @@ package DXXml::IM; use DXDebug; use DXProt; use IsoTime; -use Investigate; use Time::HiRes qw(gettimeofday tv_interval); -use vars qw(@ISA %pings); +use vars qw(@ISA); @ISA = qw(DXXml); #