X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fwcy.pl;h=8efd6299ae5d91298c2cd9e3032689eed8a824e1;hb=9e5520826fe61fd3ac6941f2b8bf736a432eaa15;hp=4746112711239a2ab33fb19bd1fedd29f6c10fb4;hpb=6ee86589ded6e313ddb9bb748d8ba751a760692b;p=spider.git diff --git a/cmd/set/wcy.pl b/cmd/set/wcy.pl index 47461127..8efd6299 100644 --- a/cmd/set/wcy.pl +++ b/cmd/set/wcy.pl @@ -15,9 +15,9 @@ my @out; foreach $call (@args) { $call = uc $call; - my $chan = DXChannel->get($call); + my $chan = DXChannel::get($call); if ($chan) { - $chan->wcy(1); + DXChannel::wcy($chan, 1); $chan->user->wantwcy(1); push @out, $self->msg('wcys', $call); } else {