X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Freply.pl;h=22f04b85bd98d9570318a4f861566c0f0887768e;hb=4b207544da78b182bd12e94eab01451694749012;hp=82da8f6bfc201ce071881336c516f1bd18e10886;hpb=579810d363939640538f88a9caa86e01fe9c7709;p=spider.git diff --git a/cmd/reply.pl b/cmd/reply.pl index 82da8f6b..22f04b85 100644 --- a/cmd/reply.pl +++ b/cmd/reply.pl @@ -14,7 +14,7 @@ # # Copyright (c) Dirk Koopman G1TLH # -# $Id$ +# # my ($self, $line) = @_; my @out; @@ -67,7 +67,7 @@ if ($self->state eq "prompt") { @extra = (); } - return (1, $self->msg('e28')) unless $self->registered || $to eq $main::myalias; + return (1, $self->msg('e28')) unless $self->isregistered || $to eq $main::myalias; $loc->{to} = [ $to, @extra ]; # to is an array $loc->{subject} = $oref->subject;