X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fspider.pl;h=a0e519b680d508c72d4298c5cfba7b2434a07ada;hb=9b65e70322b24190bb5f677ccedcc000ab4625d2;hp=23cdd3780be256338f5f28da3c801050eb8fc922;hpb=d2cdffc4098ca013a2319303f53ec610ab8aa393;p=spider.git diff --git a/cmd/set/spider.pl b/cmd/set/spider.pl index 23cdd378..a0e519b6 100644 --- a/cmd/set/spider.pl +++ b/cmd/set/spider.pl @@ -19,6 +19,14 @@ return (1, $self->msg('e5')) if $self->priv < 5; foreach $call (@args) { $call = uc $call; + if ($call eq $main::myalias) { + push @out, $self->msg('e11', $call); + next; + } + if ($call eq $main::myalias) { + push @out, $self->msg('e11', $call); + next; + } my $chan = DXChannel::get($call); if ($chan) { push @out, $self->msg('nodee1', $call);