remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / set / talk.pl
index 70bde6e79a468a41dd7e952e4166d1564d24858c..e35877d591a7ec6665329c2da9ddd5d39e471b37 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(1);
     $chan->user->wanttalk(1);