X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fuser.pl;h=62951074d1c0f743dcaa24b128d15a1aeaaab06f;hb=16b98fc9cae1d4fb357aad17850a2aa1a601b053;hp=209f0e98059cf1902ea1f364ec1ec6325bca2c8c;hpb=903181489cdfc7998932577c8978b9b8101d105b;p=spider.git diff --git a/cmd/set/user.pl b/cmd/set/user.pl index 209f0e98..62951074 100644 --- a/cmd/set/user.pl +++ b/cmd/set/user.pl @@ -19,6 +19,10 @@ return (1, $self->msg('e5')) if $self->priv < 5; foreach $call (@args) { $call = uc $call; + if ($call eq $main::mycall) { + push @out, $self->msg('e11', $call); + next; + } my $chan = DXChannel::get($call); if ($chan) { push @out, $self->msg('nodee1', $call);