X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Frbn.pl;h=c0b90c66b4ce67840d89d448a4656970e33eb0ed;hb=a24cc09d8262093df92c767d3010c0a5fd6e42d7;hp=2f1ff07ad889d3ff198819ab24620cfaabb84890;hpb=f3ce29765421967819b7a65a083c1dd7df986183;p=spider.git diff --git a/cmd/set/rbn.pl b/cmd/set/rbn.pl index 2f1ff07a..c0b90c66 100644 --- a/cmd/set/rbn.pl +++ b/cmd/set/rbn.pl @@ -19,7 +19,7 @@ return (1, $self->msg('e5')) if $self->priv < 5; foreach $call (@args) { $call = uc $call; - if ($call eq $main::myalias) { + if ($call eq $main::mycall) { push @out, $self->msg('e11', $call); next; }