X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Ftalk.pl;h=e35877d591a7ec6665329c2da9ddd5d39e471b37;hb=refs%2Fheads%2Fnewpc92timings;hp=f24ede719bd06598498f18267fc56d505161d2fd;hpb=b060a0a3ee72530aa3f10d453186a662b66d7efe;p=spider.git diff --git a/cmd/set/talk.pl b/cmd/set/talk.pl index f24ede71..e35877d5 100644 --- a/cmd/set/talk.pl +++ b/cmd/set/talk.pl @@ -3,7 +3,7 @@ # # Copyright (c) 1998 - Dirk Koopman # -# $Id$ +# # my ($self, $line) = @_; @@ -15,9 +15,10 @@ 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); push @out, $self->msg('talks', $call); } else { push @out, $self->msg('e3', "Set Talk", $call);