X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fbbs.pl;h=f92f85de7e2f4cf0ce6244c0ca95d04d937185ff;hb=fe7780b7eb15406a7e5caac4ecc499c8f3304e18;hp=0cb6cf3905bab18dab7e0895be3af924afa736ac;hpb=2c2c45efbcce729b412cd1ec4e1298897c734a3f;p=spider.git diff --git a/cmd/set/bbs.pl b/cmd/set/bbs.pl index 0cb6cf39..f92f85de 100644 --- a/cmd/set/bbs.pl +++ b/cmd/set/bbs.pl @@ -19,7 +19,7 @@ return (1, $self->msg('e5')) if $self->priv < 5; foreach $call (@args) { $call = uc $call; - my $chan = DXChannel->get($call); + my $chan = DXChannel::get($call); if ($chan) { push @out, $self->msg('nodee1', $call); } else {