X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Ftalk.pl;h=70bde6e79a468a41dd7e952e4166d1564d24858c;hb=5275b86607057a0960cdf03b41b8092a3d813e57;hp=f24ede719bd06598498f18267fc56d505161d2fd;hpb=b060a0a3ee72530aa3f10d453186a662b66d7efe;p=spider.git diff --git a/cmd/set/talk.pl b/cmd/set/talk.pl index f24ede71..70bde6e7 100644 --- a/cmd/set/talk.pl +++ b/cmd/set/talk.pl @@ -18,6 +18,7 @@ foreach $call (@args) { 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);