X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funset%2Fanntalk.pl;h=ed9cef52004e1b5c0d9f0ea3a884429b1fcaa1df;hb=279b963d65945d5f0f9e8bdabe38045ec9568789;hp=7e8f012fa682444efd18140414cfccaf92aef645;hpb=8f58735f5c9c090f2e5e00e05c7ad0834eccb741;p=spider.git diff --git a/cmd/unset/anntalk.pl b/cmd/unset/anntalk.pl index 7e8f012f..ed9cef52 100644 --- a/cmd/unset/anntalk.pl +++ b/cmd/unset/anntalk.pl @@ -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->ann_talk(0); $chan->user->wantann_talk(0);