X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fset%2Fprompt.pl;h=610456721f7befaea8bcab44e48d75a4b04b8911;hp=3ff1291ee439444341cf3da87da507928c3b5f2c;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/set/prompt.pl b/cmd/set/prompt.pl index 3ff1291e..61045672 100644 --- a/cmd/set/prompt.pl +++ b/cmd/set/prompt.pl @@ -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