X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fprompt.pl;h=610456721f7befaea8bcab44e48d75a4b04b8911;hb=ab811a0c902225075a9bd69749f65594079433a9;hp=c1653c61407a98ab46ff6ef7f5fa6541f97e4866;hpb=f0323dc530e2aa3fe5b8cd50b1c8c35aac67c52e;p=spider.git diff --git a/cmd/set/prompt.pl b/cmd/set/prompt.pl index c1653c61..61045672 100644 --- a/cmd/set/prompt.pl +++ b/cmd/set/prompt.pl @@ -3,7 +3,7 @@ # # Copyright (c) 2001 - Dirk Koopman # -# $Id$ +# # my ($self, $line) = @_; @@ -16,7 +16,7 @@ $line =~ s/\s+$//; return (1, $self->msg('e9')) if !$line; -$user = DXUser->get_current($call); +$user = DXUser::get_current($call); if ($user) { $user->prompt($line); $self->{prompt} = $line; # this is like this because $self->prompt is a function that does something else