remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / unset / talk.pl
index 77deccbccdc1bcb31ab9180d0b2a3444902e6622..d2c1762c9be56cae9af8e50a4b4c9511ca0ac9b4 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) {
     $chan->talk(0);
        $chan->user->wanttalk(0);