remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / set / wwv.pl
index da06ebc1cb5a132dbfad14c222c65eda3d8e9632..83039741d3ccaab5c32e040bccd99527f46e80ce 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Copyright (c) 1998 - Dirk Koopman
 #
-# $Id$
+#
 #
 
 my ($self, $line) = @_;
@@ -15,7 +15,7 @@ my @out;
 
 foreach $call (@args) {
        $call = uc $call;
-       my $chan = DXChannel->get($call);
+       my $chan = DXChannel::get($call);
        if ($chan) {
                DXChannel::wwv($chan, 1);
                $chan->user->wantwwv(1);