X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fspoof.pl;fp=cmd%2Fspoof.pl;h=ad2f9b8ccbb408a9b64b15accd907f87b36370a3;hb=c3c15883cf25add24fc49e32eb0d17dce6839a62;hp=5336a3248c2d673face8f0fa0b5513f144e0b34d;hpb=bcf099764f49e68ef016964e420b906e7900623e;p=spider.git diff --git a/cmd/spoof.pl b/cmd/spoof.pl index 5336a324..ad2f9b8c 100644 --- a/cmd/spoof.pl +++ b/cmd/spoof.pl @@ -13,7 +13,7 @@ my $myuser = $self->user; my $mylang = $self->lang; my ($call, $newline) = split /\s+/, $line, 2; -return (1, $self->msg('nodee1', $call)) if DXChannel->get($call); +return (1, $self->msg('nodee1', $call)) if DXChannel::get($call); if ($self->remotecmd || $self->inscript) { Log('DXCommand', "$mycall is trying to spoof $call remotely");