X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXXml%2FCmd.pm;h=5f89456838f439253d2554427edd40df3d88af68;hb=ab811a0c902225075a9bd69749f65594079433a9;hp=864b05062453ba123251bae0271d9a08ef52ebb9;hpb=b9dffeff7239952814342dad19db3a51def6fab7;p=spider.git diff --git a/perl/DXXml/Cmd.pm b/perl/DXXml/Cmd.pm index 864b0506..5f894568 100644 --- a/perl/DXXml/Cmd.pm +++ b/perl/DXXml/Cmd.pm @@ -1,7 +1,7 @@ # # XML (R)Cmd handler # -# $Id$ +# # # Copyright (c) Dirk Koopman, G1TLH # @@ -13,11 +13,10 @@ package DXXml::Cmd; use DXDebug; use DXProt; use IsoTime; -use Investigate; use DXXml::Text; use DXLog; -use vars qw(@ISA %pings); +use vars qw(@ISA); @ISA = qw(DXXml); sub handle_input @@ -34,7 +33,7 @@ sub handle_input @in = (DXCommandmode::run_cmd($dxchan, $cmd)); } else { # remote command - my $ref = DXUser->get_current($self->{o}); + my $ref = DXUser::get_current($self->{o}); my $cref = Route::Node::get($self->{o}); my $answer; @@ -62,7 +61,7 @@ sub topcxx { my $self = shift; - my $ref = DXUser->get_current($self->{to}); + my $ref = DXUser::get_current($self->{to}); my $s; if ($ref && $ref->is_clx && $self->{u}) {