X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fhomebbs.pl;h=ca563975313a51d78f52361bca05fabd5742bb86;hb=ab811a0c902225075a9bd69749f65594079433a9;hp=3ab08f25a2d53d8583c62c93df7d196ea88463ce;hpb=b4826d1f4125788e14fed3adbb99e66242904e74;p=spider.git diff --git a/cmd/set/homebbs.pl b/cmd/set/homebbs.pl index 3ab08f25..ca563975 100644 --- a/cmd/set/homebbs.pl +++ b/cmd/set/homebbs.pl @@ -3,7 +3,7 @@ # # Copyright (c) 1998 - Dirk Koopman # -# $Id$ +# # my ($self, $line) = @_; @@ -16,7 +16,7 @@ $line =~ s/\s+$//; return (1, $self->msg('bbse1')) if !$line; -$user = DXUser->get_current($call); +$user = DXUser::get_current($call); if ($user) { $line = uc $line; $user->bbs($line);