X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fuser.pl;h=62951074d1c0f743dcaa24b128d15a1aeaaab06f;hb=9b65e70322b24190bb5f677ccedcc000ab4625d2;hp=209f0e98059cf1902ea1f364ec1ec6325bca2c8c;hpb=d2cdffc4098ca013a2319303f53ec610ab8aa393;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);