X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXCommandmode.pm;h=e429654c3de92d592955f5da5623ff58564b3383;hb=4f4cd7ea04f04162f2e755981b4c716deb792cef;hp=da449f72c8bea36d17702f1c8b6cb75b2a642ecc;hpb=8b8c9033879165730ca7601c2364e315782f25c7;p=spider.git diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index da449f72..e429654c 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -290,9 +290,7 @@ sub finish sub prompt { my $self = shift; - my $call = $self->{call}; - $self->send($self->msg('pr', $call)); - #DXChannel::msg($self, 'pr', $call); + $self->send($self->msg($self->here ? 'pr' : 'pr2', $self->call)); } # broadcast a message to all users [except those mentioned after buffer]