X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fset%2Fhomebbs.pl;h=ca563975313a51d78f52361bca05fabd5742bb86;hp=72a48f0a130d553bd5c7ce34ed48cbfe3b17e288;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/set/homebbs.pl b/cmd/set/homebbs.pl index 72a48f0a..ca563975 100644 --- a/cmd/set/homebbs.pl +++ b/cmd/set/homebbs.pl @@ -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);